Skip to main content
Important:
  • Use the Numerical component only for values that participate in calculations. For bank card numbers, ID numbers, phone numbers, and similar values, use the Single-line text component.

1. Use Cases

Use the Numerical component to enter numeric information such as amounts, ages, and quantities. Numbers entered through this component can be used for calculations, statistical analysis, and aggregation. Component basics
For component attributes, usage, and examples, see Component interface.

2. Basic Features

2.1 Unit

Set a unit for the number, such as “CNY”, “book”, or “page”. Customize the unit as needed. See the example below:

2.2 Decimal Places

Set the number of decimal places to retain. This is useful for entering amounts with precise decimal values. See the example below: Set decimal places.

2.3 Thousands Separator

To make large numbers easier to read, use the Thousands separator toggle in the attribute panel on the right side of the Numerical component. Toggle in the right panel: Thousands separator.

3. FAQ

The maximum value of the Numerical component is 9007199254740991, and the minimum is -9007199254740991. If your value exceeds this range, use the Single-line text component instead.

3.2 Decimal Places Setting Does Not Take Effect

The decimal places setting applies only to values entered manually in the Numerical component. If the value is produced by a formula calculation, use a math function such as ROUND to control the decimal places.
The Numerical component’s default value does not support decimals directly. Use variable binding instead, as shown below:
Drag a Text component onto the form and configure the following formula.
Check whether the unit of the Numerical component is %. If so, enter at least four decimal places (for values less than 1%) so that the value participates in formula calculations.