Member Selection Comparators
This topic describes the meaning of comparator symbols when using a selection criterion such as
The comparator is in the middle drop-down and in this example it's an equals sign (=).
The comparator symbols are the same regardless of a field's data type but their interpretations may differ as shown by the following tables.
Numbers
Dates
Yes/No
Text, Dropdown
Notes
- Comparisons are not case sensitive.
- Blank fields are ignored in searches.
- Contains and not contains are implemented with SQL LIKE and NOT LIKE respectively. Escape wildcards with \. Read about the LIKE operator at W3Schools