Format Numeric Columns
A column can be one of three numeric types:
Type | Precision | Range |
---|---|---|
Integer | Integer | from -2,147,483,648 to 2147483,647 |
Decimal | Decimal (18,6) |
from -999999999999.999999 to 999999999999.999999 |
Double | 16 digits precision | ±5.0 × 10−324 to ±1.7 × 10308 |
To select the numerical data type, click in the right-hand side of the Data Type column and select a format from the drop-down list.