Hello!
I have an issue where I want to take out a report of accounts with balance >0 and net change >0.
I can add a filter saying /Balance <>0/ and get the right accounts, and I can add a filter saying /Net change <>0/ and get the right accounts. The problem is that I can't add them both, because then they will filter out each other.
Is there any way I can add a filter applying both these filters, in a way such as this: /Balance <>0 OR Net change <>0/, and subsequently get a report that includes accounts with one or more of the criteria checked?
Including accounts with a balance of 0 and net change of <>0, accounts with balance <>0 and net change of 0, and accounts with balance and net change <>0. Accounts that have balance and net change of 0, I still want to exclude.