Is it possible to round to a set number of decimal points?
Round(2)?
As in 4.789789789 is rounded to 4.79?
Thanks!
If not, a feature request?
That did it!
Thank you, my search skills are lacking.
1 Like
That doesn't display the decimal places in case they are zero.
1.00 displays as 1
1.20 displays as 1.2
Only non-zero digits at the end are displayed:
1.23 displays as 1.23
Is there no way to display it like the original poster wanted.
So I support his feature request.