Formatting
Field formatting controls how fields are displayed. This is optional and can be used to apply numeric formatting, date styles, currency display, and more.
| Option | Description |
|---|---|
| raw | No formatting applied, including additional controls in the rest of the formatting block |
| number | Standard numeric formatting |
| currency | Formats the value as currency |
| percentage | Displays as a percentage (e.g., 75%) |
| scientific | Scientific notation (e.g., 1.23e+4) |
| longdate | Full date format (e.g., 1 January, 2025) |
| shortdate | Short date format (e.g., 1/1/25) |
| customdate | Lets you customize each date/time component |
Loading code...