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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help with Conditional ListBox

Hi Qlikers:

I have in all my data Three year (2008,2009,2010), but I only want to show in a listbox 2009 and 2010 how can i do that can someone help me with this issue?

Regards

1 Reply
Not applicable
Author

=If(Year = '2009' or Year = '2010', Year)


Would that work? Do the dates you want to show need to be dynamic?