Operators
An operator is a mathematical function that defines the outcome of a condition. Select an operator determines whether the results of the condition analysis pass to the action in the rule statement.
You can select one of the following operators:
- is
- Verifies that the input data matches the data that the condition specifies.
- is not
- Verifies that the input data does not match the data that the condition specifies.
- is within
- Verifies that the input data matches a value in a set of reference values. Use the operator when you use a reference table in the condition.
- is not within
- Verifies that the input data does not match a value in a set of reference values. Use the operator when you use a reference table in the condition.
- is less than
- Verifies that the input data value is less than the value that the condition specifies. Select the operator with numeric input data.
- is less than or equal to
- Verifies that the input data value is less than or equal to the value that the condition specifies. Select the operator with numeric input data.
- is greater than
- Verifies that the input data value is greater than the value that the condition specifies. Select the operator with numeric input data.
- is greater than or equal to
- Verifies that the input data value is greater than or equal to the value that the condition specifies. Select the operator with numeric input data.