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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
manoj217
Creator III
Creator III

exclude function for dimension

Hi all

I have a fields in straight table and i want to exclude some values in dimension dynamically.

fields like

 

ABCcount(A)
applered31
ballgreen41
catyellow31
dogwhite21
elephantash51
foxorange11

now if i enter any value in input box it should not visible in the straight table

example :

if i enter apple,ball

it should not appear in the straight table

30 Replies
jensmunnichs
Creator III
Creator III

You would have to add set analysis similar to the Count(A) expression to any other expression you put in the table. So in this case it would be:

Count({<A-={$(ExcludeA)}, B-={$(ExcludeB)}, C-={$(ExcludeC)}>} DISTINCT A)