Boolean Operators |
Boolean operators define how condition statements in a filter are linked together. The following Boolean operators are available when you create custom filters.
Option |
Description |
---|---|
And |
The value in the specified field must match the entered value. |
Or |
The value in the specified field must not match the entered value. |
Not and |
The value in the specified field must be similar to the entered value. Allows the percent (%) wildcard character. |
Not or |
The value in the specified field must not be similar to the entered value. Allows the percent (%) wildcard character. |