Boolean Operators |
Boolean Operators define how condition statements in a filter are linked together. The following boolean operators are available when creating 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 sign (%) wildcard character. |
Not or |
The value in the specified field must not be similar to the entered value. Allows the percent sign (%) wildcard character. |