You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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