Operator Functionality
The following operators are available when building query criteria:
-
Exactly Equals - the value of the selected field exactly equals the value entered (not case-sensitive).
-
Not Exactly Equal To - the value of the selected field does not exactly equal the value entered (not case-sensitive).
-
Greater Than - the value of the selected field is greater than the value entered.
-
Greater Than or Equal - the value of the selected field is greater than or equal to the value entered.
-
Less Than - the value of the selected field is less than the value entered.
-
Less Than or Equal - the value of the selected field is less than or equal to the value entered.
-
Between - the value of the selected field is in between the two values entered.
-
Not Between - the value of the selected field is not between the two values entered.
-
In List - the value of the selected field can be found in the list of values entered. Two fields display when this operator is selected. When data is entered in the last field, an additional field will display to enter more values.
-
Not In List - the value of the selected field is not found in the list of values entered.
-
Not Set - the value of in the selected field is NULL (empty). If this operator is selected, the Value box will be disabled.
-
Is Set - the value in the selected field is not NULL (not empty). If this operator is selected, the Value box will be disabled.
-
In Results - this operator is used to specify that you would like to see records that are in a specific result set.