How do the logical operators work?

You can use the AND and OR logical operators to set the conditions of when the filter is used.

  • The AND operator returns only those cases that match both the conditions in a filter. No case is found if one of the condition match in the filter.
  • The OR operator returns cases that match either or both the conditions in a filter. No case is found if none of the condition match in the filter.