Number
This article explains how to create and use a Number field.
The Number field is a numerical field used to store integer values. It is commonly used for data such as age, salary, price, or quantity.
Supported range (JavaScript): -9,007,199,254,740,991 to 9,007,199,254,740,991
Create a Number field
- Click the
+
icon next to the last field in your table. - Enter a name for the field.
- Select Number from the list of field types.
- (Optional) Toggle Show thousands separator to format large numbers with a thousand separator (e.g., 1,000 instead of 1000).
- (Optional) Set a default value for the field and add a description.
- Click Save field to add the field to your table.
Refer to the general guidelines on creating a field.
The Number field supports both positive and negative values.
Cell display
The Number field appears as a numeric cell in the table. Its display aligns to the right by default for clarity and consistency when handling numerical data. If the Show thousands separator option is enabled, large numbers will be formatted with a comma as the thousand separator.