Combining Filters

Combining multiple query filters

To combine multiple query filters:

  1. Create the filters.  By default, the filters are combined with the And operator.

  2. You can leave the "And" operator or change it to "Or".

  3. Use "And" when you want to retrieve data true for both filters.

  4. Use "Or" when you want to retrieve data true for any one of the filters.