|
Syntax
NONE,
Description
no condition is specified.
Syntax
EQUAL,
Description
value has to be equal to the specified value.
Syntax
NOT_EQUAL,
Description
the value must not be equal to the specified value.
Syntax
GREATER,
Description
the value has to be greater than the specified value.
Syntax
GREATER_EQUAL,
Description
the value has to be greater than or equal to the specified value.
Syntax
LESS,
Description
the value has to be less than the specified value.
Syntax
LESS_EQUAL,
Description
the value has to be less than or equal to the specified value.
Syntax
BETWEEN,
Description
the value has to be between the two specified values.
Syntax
NOT_BETWEEN,
Description
the value has to be outside of the two specified values.
Syntax
FORMULA,
Description
the specified formula has to give a non-zero result.
|