Skip to main content
Version: Latest

Decimal

Decimal field type is used to store decimal values. Use cases include storing salary, price, etc. NocoDB supports precision of upto 8 digits.

Create a decimal field

  1. Click on + icon to the right of Fields header
  2. On the dropdown modal, enter the field name (Optional).
  3. Select the field type as Decimal from the dropdown.
  4. Configure Precision- NocoDB supports upto 8 digits of precision.
  5. Set default value for the field (Optional).
  6. Click on Save Field button.

image

info
  • Default decimal precision is 1 digit

Similar numerical fields

Following are the other numerical fields available in NocoDB, with some custom add-on features.