Filter rules

When creating an advanced filter, you can combine the filter conditions. By default, the filter conditions are combined with the AND (conjunction) operator. You can, however, also combine the conditions by using parentheses and the OR (disjunction) operator.

Operator Description

AND

A result must fit all filter conditions.

Example: A AND B AND C means that only a resource that fits all three filter conditions is added to the results.

OR

A result must fit one of the filter conditions.

Example: A OR B OR C means that whenever a resource fits one of the three filter conditions, it is added to the results.

A filter uses the following operator precedence to filter the data:

  1. Operations inside parentheses
  2. AND operations
  3. OR operations

Filter rule examples