A.1 Understanding Filter Builder Operators

The Filter Builder uses the following operators to tie descendant rules together and govern how they are related using Boolean logic:

  • AND returns records that match a combination of the following conditions

  • OR returns records that match any or all of the following conditions

  • NOT AND returns records that do not match a combination of the following conditions

  • NOT OR returns records that do not match any of the following conditions