Skip to main content

Format Tokens

Format tokens control how values appear in report components. Use them to keep numbers, dates, currency, and percentages consistent across pages.

Common formats​

NeedExample formatExample output
Whole number#,##012,450
Decimal#,##0.0012,450.25
Percent0.0%72.4%
Currency$#,##0$12,450
Month and yearMMM-yyMay-26
Short dateDD/MM/YYYY20/05/2026

Good practice​

Use the same format for the same measure throughout the report. Do not show one progress value as 0.72, another as 72%, and another as 72.0% unless the difference is intentional.