Progress bar number format

This progress bar usually shows a reasonable number, but every now and then it shows a totally unreasonable number like this

Here’s the expression I’m using

Any suggestions on how to fix it so it doesn’t randomly add a dozen decimal places?

1 Like

Try using the :floor or :ceiling functions. If that doesn’t work, maybe there’s an issue with the element itself.

Have you tried moving the rounded to function to the end, rather than the middle of the equation? That may solve the issue.

I added :floor to the end. That forced it to get rid of any surprise decimal places before display.

First progress bar uses this expression

second progress bar uses this one

7 Likes

This topic was automatically closed after 14 days. New replies are no longer allowed.