Describes the operators available on the Filter tab under Operators and on the Consistency tab under Compare, of the Rule Properties dialog box.
Operator |
Description |
---|---|
< |
smaller than |
<= |
smaller than or equal to |
<> |
not equal to |
= |
functions as 'equal to' with numeric characters or as 'like' with text strings |
> |
greater than |
>= |
greater than or equal to |
Custom Update |
Enables you to extend the core update of Smart Instrumentation. For more information, see the Smart Instrumentation Programmers Guide (this operator is available only on the Consistency tab) |
Custom Validation |
Enables you to extend the core validation of Smart Instrumentation. For more information, see the Smart Instrumentation Programmers Guide (this operator is available only on the Consistency tab) |
Empty |
Ensures whether the user enters values for the item tag belonging to the rule component (not null) |
Even |
even numeric value |
Existing List |
Checks data exists in supporting table (this operator is available only on the Consistency tab) |
IN |
any of the specified values |
Like |
string contains |
Not Empty |
contains a string or numeric value |
Odd |
odd numeric value |
Unique |
must be unique (available only on the Consistency tab) |