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

search a value in a Multiple selection

Hi, I have a problem with qlikview.

I have a calendar that I can select multiple values for month. I need to know if when I have selected several months March is selected.

For example:

If ('March' IN selected-months, then condition)

I tried with Match function but this only works if you select only one month.

Any ideas?

Thanks!

10 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

Michael is right concat and getfieldselections are similar but no the same, the reason I prefer to use concat over getselections is because I can massage the values to the format want, so if I am looking for a result called Inventory, but in my selections I have Inventory and Warehouse inventory I can still separate them

"and GetSelectedCount(Month) > 0" this part of the expression makes sure that this only works when this field is selected, otherwise the concat will bring you all the values