Hi,
I am trying to format a value displayed in a Text object in Board 14.
My goal is to show the progress of the current period as a percentage with one decimal place, for example:
17/22 = 77.3%
I first created the full calculation in a single Text object expression. Since the formatting did not work as expected, I split the calculation into multiple steps:
- “c” contains the percentage calculation and is formatted with one decimal place.
- When I display “c” directly, the result is shown correctly.
- However, when I reuse “c” inside another expression (“g”), Board ignores the formatting and displays the full decimal precision.
I already tested STR(), FORMAT(), and TEXT(), but the result is still not formatted to one decimal place inside the final expression.
Is this expected behavior for Text object expressions in Board 14, or is there another recommended way to control numeric formatting in nested expressions?
I also would like keep the same layout for the numbers so even 1/22 should look like 01/22 and 053/250. Can that be done?