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: 
danosoft
Specialist
Specialist

Hidden value from a list box

Hi i have this list box in QlikView that show me the years (take it from a filed of database ANNO)

now, i want to HIDDEN the value 2013, can be possible?

I attached an image of that

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change the field of the listbox to an expression: =If(ANNO>2013,ANNO)


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
prma7799
Master III
Master III

You can try like this in list box expression

= if(not WildMatch (Year,'2013') , Year)

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change the field of the listbox to an expression: =If(ANNO>2013,ANNO)


talk is cheap, supply exceeds demand
danosoft
Specialist
Specialist
Author

where i need to put this? i not find function WildMatch look the picture, i need to put there?

danosoft
Specialist
Specialist
Author

Thanks that right!!!!