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)

long_date

Full date format (e.g., 1 January, 2025)

short_date

Short date format (e.g., 1/1/25)

custom_date

Lets you customize each date/time component

fields:
  - name: updated_at
    label: Updated At
    type: date
    timeframes: [year_trunc, quarter_trunc, month_trunc, month, day_of_week, null]
    format:
      type: long_date
    group: System Details

Last updated