Min / Max values to 2 decimals?

Hiya guys, is there a way to make the Min / Max values output 2 decimal spaces and not round?

image

In this example I wanted it to read 1.42 s for example. The Adalo graphs displays this correctly

image

Thx for any help.

Solved it, leaving here for future ref.

Change the Default to ‘None’

Hi @tbel,

In addition to “Format → None”, you could also use the formula to make sure that max 2 digits are left in the fractional part:
( INT (Result * 100) ) / 100

I think you can use ROUND instead of INT as well.

Best regards, Victor.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.