G
Guest
Missing: Count(IIf([charges]=0 Or [FinancialCode]is not 222 Or
[FinancialCode]is not 333 Or [FinancialCode]is not 555,1,0))
This formula tells me that is not only works with null. My goal is to have
all accounts that have 0 charges that are not with financial code 222,333, or
555 to show. Im not sure if I am missing any ( ) either. Could someone
please advise on how to correct this formula? Thank you in advance.
[FinancialCode]is not 333 Or [FinancialCode]is not 555,1,0))
This formula tells me that is not only works with null. My goal is to have
all accounts that have 0 charges that are not with financial code 222,333, or
555 to show. Im not sure if I am missing any ( ) either. Could someone
please advise on how to correct this formula? Thank you in advance.