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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I exclude shown values in a listbox?

I want to show a selected set of values from a field in a listbox. Is that possible?

4 Replies
reshmakala
Creator III
Creator III

Valuelist('Val1','Val2') would give you only the values that you wish to display.

Match(fieldname, Val1, Val2) will give needed values from that field.

Anonymous
Not applicable
Author

It doesn't work with me; the list box still show all values, the named values are shown twice in my listbox; where do I fill in this script to make it work?

reshmakala
Creator III
Creator III

See this

kavita25
Partner - Specialist
Partner - Specialist

Is this u need?