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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Excluding from list box

   Hi Qlikers,

I have a list box In that I have taken separate listbox to exclude.

please find the attached qvw and excel.

when ever I click on exclude listbox then it has to exclude the values from master listbox.

Please help me out. ASAP

Thanks in advance.

Regards

$@M


1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Does this do what you want? =if(NOT Match(Field1,'A','B','C','D','E','F'),'Exclude')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Does this do what you want? =if(NOT Match(Field1,'A','B','C','D','E','F'),'Exclude')


talk is cheap, supply exceeds demand
Not applicable
Author

yep.

Thank you.