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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kasimyc
Contributor III
Contributor III

filter value set expression

Hi all,

I use the floowing calculation to find the mismatched ID's  in the same column that marked differently. However, i want to get the list of ID's belonging to the result of this also using filter. how can i do that filter pane?

exam calculation:

count(distinct {flag={'inflag'}> - <ID=p({<flag={'outflag'}>}) ID)

 

filter pane set exp.?

 

thanx

Labels (3)
1 Reply
G3S
Creator III
Creator III

try:

if (yourexpression>0,ID)