Skip to Content
Menú
This question has been flagged
1 Respondre
3430 Vistes

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. 

Avatar
Descartar
Best Answer

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

Avatar
Descartar
Autor

Thank you!:)

Related Posts Respostes Vistes Activitat
0
de des. 24
969
4
d’ag. 20
4881
1
de des. 19
3712
2
de jul. 19
3906
1
de set. 18
3247