Number

Number fields allow you to store numeric values. We allow you to specify one of two numeric data types:

  • Integer These are whole numbers without decimal places. ➡️ Examples include 1, -42, and 1000.

  • Any These are both integer numbers and decimal numbers. ➡️ Examples include 3.14, 12, -0.001, 450 and 123.456.

We allow you to specify a minimum and maximum required length for a number field, which can contain any number between -9223372036854775808 to 9223372036854775807 inclusive.

Last updated