NumbersΒΆ
If you want to perform error checks on numbers, e.g. if a field value is a valid integer, these checks are right for you.
- Float
 Checks if a field contains a valid float value.
- Integer
 Checks if a field contains a valid integer value.
- ValueMax
 Checks if the value of a field is less or equal than the configured value.
- ValueMin
 Checks if the value of a field is at least the configured value.
- ValueRange
 Checks if the value of a field is between or equal the configured values.