Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a very basic Chart. I want to list all accounts where the flag on the account = 'Yes'. The two Expressions are:-
1. count(distinct AccountNo)
2. IsLocalBankFlag='Yes'
the second expression should filter out accounts but does nothing. The two fields are in the same table. Can I not do this?
Any help appreciated.
Cheers
count({<IsLocalBankFlag = {'Yes'}>}distinct AccountNo)
count({<IsLocalBankFlag = {'Yes'}>}distinct AccountNo)
thanks Manish