Validation Rules for Numerical Datatypes

Validation rules for numerical datatypes (INT, DOUBLE, FLOAT, DECIMAL, SHORT, LONG and INTEGER).

You can assign each of these rules only once to the numerical datatype input on an Edit Box control.

Rule Description
equals Validates that the input is equal to the given number
is greater than Validates that the input is greater than the given number
is greater than or equal to Validates that the input is greater than or equal to the given number
is less than Validates that the input is less than the given number
is less than or equals to Validates that the input is less than or equal to the given number