Numeric range (Validator)

This checks whether the numeric value of the element is within a defined value range ([min, max]). For details and examples, see the behaviour Numeric range.

NOTE◄ Only integers can be used as a numeric range.

Example:

Value in the element

Result for value range min = 0/max = 100

Comments

0

(all OK, info text not displayed)

Min value is included

100

(all OK, info text not displayed)

Max value is included

-1

images/download/attachments/62851684/image2018-7-16_11_5_30-version-1-modificationdate-1603708776081-api-v2.png

Value < Min value is queried

101

images/download/attachments/62851684/image2018-7-16_11_2_4-version-1-modificationdate-1603708776094-api-v2.png

Value> Max value is queried

1e2

(all OK, info text not displayed)

Value 100 (10²) Included

1e3

images/download/attachments/62851684/image2018-7-16_11_3_22-version-1-modificationdate-1603708776091-api-v2.png

Value 1000 (10³) excluded

100.99

images/download/attachments/62851684/image2018-7-16_11_17_23-version-1-modificationdate-1603708776073-api-v2.png

The decimal point (thousands separator) is ignored and the value 10099 is excluded