Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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)