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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
shree909
Partner - Specialist II
Partner - Specialist II

filtering on column level

i have column name  [system] and it has 10 values which are stings

i want to create alist box with the system and show only 5 values which i know..

how to show it in the listbox with filtering..

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use an expression for the listbox instead of the field: =if(match(MyField,'Val1','Val2','Val3','Val4','Val5', MyField)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use an expression for the listbox instead of the field: =if(match(MyField,'Val1','Val2','Val3','Val4','Val5', MyField)


talk is cheap, supply exceeds demand
shree909
Partner - Specialist II
Partner - Specialist II
Author

That works ....