Operator | Description |
---|---|
is | Tests whether the input data matches the data that the condition specifies. |
is not | Tests whether the input data does not match the data that the condition specifies. |
is within | Tests whether the input data matches a value in a set of values. Select the operator when you use a reference table in the condition. |
is not within | Tests whether the input data does not match a value in a set of values. Select the operator when you use a reference table in the condition. |
is less than | Tests whether 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 | Tests whether 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 | Tests whether 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 | Tests whether the input data value is greater than or equal to the value that the condition specifies. Select the operator with numeric input data. |