Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Extended number format: Specifies how many decimal places the number will be displayed with

Avatar

Level 3

Below are number formats I recently worked out for some extensive reporting.

Try, test, use and abuse

 

valueformat={0:0.00}
valueformat={0:0.000}
valueformat={0:0.0000}
valueformat={0:0.00000}
valueformat={0:0.000000}

1 Reply

Avatar

Level 3

hey, 

an example for budget round up is below. 

valueformat=currencyStringCurrencyRounded

valuefield=budget

here is the link for other types: 

Format numbers, currency and percentage values in text mode reports | Adobe Workfront

 

Hope this is helpful.

Mark as correct and complete so it's useful for others.