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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dunnalahk123
Creator III
Creator III

Exclude Multiple values by using button trigger in qliksense

Hi,

 

can some one help me in excluding multiple values by using button trigger in QlikSense.

 

i am giving like this

 

("No-Presence-MAP"|"No-Presence-MAP-Tax-Prohibited"|"No-Presence-SOC"|"No-Presence-PLC"|"No-Presence-PLC-Tax-Prohibited")

 

and created variable and passing like below in select values in field  and select excluded

 

='('&'$(vCategory)'&')'

 

Best Regards,

 

 

1 Solution

Accepted Solutions
GaryGiles
Specialist
Specialist

To select multiple values in an Action, you need a string with the values separated by ;

The variable would be defined as:

'No-Presence-MAP;No-Presence-MAP-Tax-Prohibited;No-Presence-SOC;No-Presence-PLC;No-Presence-PLC-Tax-Prohibited'

And Select Values expressions would be:

$(vCategory)

View solution in original post

2 Replies
GaryGiles
Specialist
Specialist

To select multiple values in an Action, you need a string with the values separated by ;

The variable would be defined as:

'No-Presence-MAP;No-Presence-MAP-Tax-Prohibited;No-Presence-SOC;No-Presence-PLC;No-Presence-PLC-Tax-Prohibited'

And Select Values expressions would be:

$(vCategory)

dunnalahk123
Creator III
Creator III
Author

Hi,

 

It works , Thank you so much Champ.

 

Best Regards,