
1886 Lynwood Drive/Concord, CA 94519
Telephone: (415) 735-7504
Comparison Operators
The second element of every selection rule is a comparison operator, such as
equal to or not equal to Figure 12.2 lists a table of the comparison
operators provided by this program, the data types they support and the style
of comparison values that they use.
Operator Fields Is Supported Data Comparison Value
Types
equal to Equal to entered All Single value
value or selected or
field's value Single selected field
not equal to Not equal to entered All Single value
value or selected or
field’s value Single selected field
greater than Greater than entered All except logical Single value
value or selected or
field’s value Single selected field
greater than Greater than or equal All except logical Single value
or equal to entered value or or
selected field’s value Single selected field
less than Less than entered All except logical Single value
value or selected or
field’s value Single selected field
less than or Less than or equal All except logical Single value
equal to to entered value or or
selected field’s value Single selected field
in the range Between two entered All except logical From and to single values
values or equal to
either
not in the Not between two values All except logical From and To single values
range (up to 25 values)
in the list Equal to one of any All except logical List of single values
the listed values
(up to 25 values)
not in the Not equal to any All except logical List of single values
list listed values
(up to 25 values)
Figure 12.2 Comparison Operators