Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

expression not filtering view

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

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

count({<IsLocalBankFlag = {'Yes'}>}distinct AccountNo)

View solution in original post

2 Replies
MK_QSL
MVP
MVP

count({<IsLocalBankFlag = {'Yes'}>}distinct AccountNo)

Anonymous
Not applicable
Author

thanks Manish