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: 
markgraham123
Specialist
Specialist

Input box to select and deselect particular items

Hi all,

I'm using an input box to select large number of items at a time using the below string.

='(' & Replace(Replace(Replace(Trim('$(vSelect)'), '  ', '|'),' ', '|'), chr(10), '|') & ')'

Can someone help me with string - To show the items other than the selected items

Any help is highly appreciated!

12 Replies
markgraham123
Specialist
Specialist
Author

yes sunny...

i want to see items other than which were selected.

If 1 is selcted, we need 2 and 3

sunny_talwar

Created another variable: vSelectExcluded and added another action of Select Excluded. See if this serves your purpose

markgraham123
Specialist
Specialist
Author

That's perfect buddy