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: 
Anonymous
Not applicable

show Some values in list box

hi

    I need selected values in list box

Take Example If i Take Empid it contains values like (12.13.14.15,16,17,23,34,45,65,38.32,20,76,54,22) Here in if select sheet object as

list box for Empid then it display all values but i need only have to display in when i create list box then it shows only these values like(23,54,65,38,16) but Don't change in script I need this through expression only in list box

4 Replies
amit_saini
Master III
Master III

Hi Rajesh,

Please see the attachment , hope this will help you.

Thanks,

AS

arulsettu
Master III
Master III

hi try this

if(match(Empid,'23','54','65','38','16'),Empid)

hope ti helps

Anonymous
Not applicable
Author

tnx Arul it is working and one more i need how can i place these in inputbox can you please tell me how??

arulsettu
Master III
Master III

if you are ok with the answer plz mark it as answer it would be help full for others

create a input box then  IN title =if(match(Empid,'23','54','65','38','16'),Empid)

do like this