Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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..

1 Solution

Accepted Solutions
Gysbert_Wassenaar

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

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 ....