Use the dropdown menu to select a validation operator, depending on the field data type:
Data Type | Comparison Operators | Comparison Values |
---|
String | =
!=
Contains
Does Not Contain
One Of
Not One Of
Regex
| String values |
Number (Integer, Long, Float, Double) | <
<=
>
>=
=
!=
Between
Not Between
Regex
| Integer, Long, Float, or Double values |
Date | <
<=
>
>=
=
!=
Between
Not Between
Regex
| Dates (or strings that represent a date) using the Date Comparison Values |
Boolean | =
!=
Regex
| true, false, 1, 0
|
In addition to these operators, you can choose Script. This selection activates a dropdown where you may select an existing script or create a new one. If you select an existing script, an optional Edit button is activated. If you select the option to create a new script, a New Script dialogue is activated. See Text Validation Functions for further information and examples using scripts and validation.