The Join conjunction is used to combine two filters.

JoinExampleDescription
And

Filter 1: Account Description Equal To 'Petty Cash' And

Filter 2: Ending Balance Greater Than '100'

The report should search and show the data that match both filters.
Or

Filter 1: Account Description Equal To 'Petty Cash' Or

Filter 2: Ending Balance Greater Than '100'

The report should search and show the data that match either of the filters.
  • No labels