Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
YG
Contributor III
Contributor III

Qlik Sense - Using Button how to select Multiple values in a Field

Hi All,

I am pretty new to this and I have found multiple answers to this question but non of it seems to work on Qlik Sense Enterprise version for me.

I have "Button" and I want multiple rows (characters)  selected when pressed. 

YG_0-1599539045971.png

 

Simply I want to select =  "1 - Critical"|"2 - High" when pressed.

So far I tried, 

1. ='("1 - Critical"|"2 - High")' - Did not work

2. ='(1 - Critical|2 - High)' - Did not work

3. =(1 - Critical|2 - High) - Did not even validate

However, If i try just 1 selection it works fine, That is  ='1 - Critical' 

YG_1-1599539124070.png

 

To explain more I have 5 selection so Alternative selects are not an option for me too

Labels (4)
11 Replies
Shouq
Contributor II
Contributor II

Thank you! I've been trying so many combinations to make this work and it just wouldn't. To anyone wondering, this also works for wildcards. 
='("*1 - Critical*"|"*2 - High*"|"*3 - Moderate*")'

seanbruton
Luminary Alumni
Luminary Alumni

Superb helpful solution!