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: 
Anonymous
Not applicable

Toggle Button for Variable

Hello,

I have multiple variables with selection criteria within them. I would like to be able to toggle a field selection via two buttons. Any ideas?

Variables:

vPSelection: '10000','20000','20010','20200','50100','70000','88889'

vGSelection: '400000','400100','402000','413000','414000','420000','421000','500000','500100','502000','540000','542000','542020','542100'

Fields:

This is an example of what I have tried:

Capture.PNG

Thanks,

Dave

Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens
Support
Support

When using multiple values in search fields, the format is

(NUM1|NUM2|NUM3)

or

('VALUE1'|'VALUE2'|'VALUE3')

Set your variables with this format and it will work

View solution in original post

2 Replies
Miguel_Angel_Baeyens
Support
Support

When using multiple values in search fields, the format is

(NUM1|NUM2|NUM3)

or

('VALUE1'|'VALUE2'|'VALUE3')

Set your variables with this format and it will work

Anonymous
Not applicable
Author

Worked perfectly. Thanks!