Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show selected fileds in list box

Hi All,

I have the requirement to show selected countries like 'U.S.A','Japan','Italy' in a list box how to do it .

Thanks in Advance..

3 Replies
roger_stone
Creator III
Creator III

You mean you have a set of countries but only want to populate the list box with a subset of them?

sinanozdemir
Specialist III
Specialist III

Is this what you are looking for?

Capture.PNG

Capture.PNG

I use Aggr() in the listbox:

Capture.PNG

Or choose "Hide Excluded":

Capture.PNG

Hope this helps.

Anonymous
Not applicable
Author

Hi, try with expression

=If(Match(Planta,$(vConcat))>0,Planta)

and this variable

vConcat

=chr(39)&Concat(DISTINCT Planta,chr(39)&','&chr(39))&chr(39)

with the "=" simbol please in the variable