0
Format numbers when printing
Hi and good day!
I am having a big trouble when printing number results in Ninox which is creating a very long line of numbers after the comma.
Can anyone help on how to format the results, say to show only 02 characters after the comma?
See screenshot herein:
Thanks in advance!!!
Pedro
4 replies
-
If your pressure field is a formula field then put this in:
round([formula],2)
-
Hi Fred, good day!
I'm sure your formula is right but I may be doing something wrong, because it says function not defined.
Can you help, please?
Thanks,
Pedro -
Sorry, change the [] to () and it should work.
-
Hi Fred,
It works fine!!
I did as you instructed; formula was changed to:round((PressureKpa / 100 + PressureKpa / 100 * 8 / 100),2)
Thank you very much!!!
Pedro
Content aside
- 3 yrs agoLast active
- 4Replies
- 258Views