Skip to main content
Formatting controls how field values appear. It does not change the field’s raw data. It only changes what users see in the table, such as decimal places, percentages, currency symbols, date formats, and time formats.

Number Formatting

Number fields can use display formats that match your work:
FormatDescription
DecimalSet how many decimal places to show
PercentageShow a number as a percentage, such as 0.25 as 25%
CurrencyAdd a currency symbol and set decimal places

Date and Time Formatting

Date and time fields can set the date format, time format, and timezone.
SettingExample
US style12/31/2023
European style31/12/2023
Asian style2023/12/31
ISO standard2023-12-31
Year and month only2023-12
Month and day only12-31
Year only2023
Month only12
Day only31
Time formats support 24-hour time, 12-hour time, or no time display. Timezones can use a fixed timezone or follow the viewer’s location.

Field Basic Data Types

Teable field typeBasic data typeSupports formattingDynamic type flag
Single line textTextNoNo
Long textTextNoNo
UserTextNoNo
AttachmentTextNoNo
CheckboxBooleanNoNo
Multiple selectTextNoNo
Single selectTextNoNo
DateDateYesNo
NumberNumberYesNo
DurationNumberYesNo
RatingNumberNo*No
Formula*DynamicYes*Yes
Rollup*DynamicYes*Yes
CountNumberYesNo
LinkTextNoNo
Created timeDateYesNo
Last modified timeDateYesNo
Created byTextNoNo
Last modified byTextNoNo
Auto numberNumberYesNo
ButtonTextNoNo

Notes

  • Rating fields show an interactive rating bar. They do not use number formatting, but they are still number fields and can be used in numeric calculations.
  • Formula and rollup formatting depends on the output type. If the result is a date or number, it can be formatted. If the result is text or boolean, formatting does not apply.
  • Referenced fields still follow the basic value type of the original field.
Last modified on May 26, 2026