コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3444 ビュー

There is a report "Tasks Analysis" in module "Project". It has a field "#Days to deadline". This field is displayed as "Float". Can I somehow format this field so that it is displayed as integer (rounded float)? How to do it? Thank You. 

アバター
破棄
最善の回答

Hi Willmore,

Update task analysis select query to ((extract('epoch' from (t.date_deadline-(now() at time zone 'UTC'))))/(3600*24))::NUMERIC::INTEGER as delay_endings_days

アバター
破棄
著作者

Thank you!:)

関連投稿 返信 ビュー 活動
0
12月 24
974
4
8月 20
4887
1
12月 19
3714
2
7月 19
3914
1
9月 18
3251