Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Thanks,
Dave
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
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
Worked perfectly. Thanks!