Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
From QlikSense Button documentation, it says :
You can set the button to toggle between the current selection, and a selection that adds selections defined by a search string. You can use wild cards in the search string. If you want to define a list of values you need to use the format (A|B), where A and B are values to select.
I need a button to toggle 2 values from a field :
Field = Base, Values are AB and JE
If I set my button to toggle on only one value, for exemple AB, it works fine, but whenever I try multiple values like AB|JE, it does absolutely nothing...
I tried AB|JE, JE|AB, 'AB'|'JE', AB | JE etc... nothing is working.
is the toggle function on multiple values bugged or im doing something wrong ?
tx for your help
Dear Julien,
dont you mean the Variable input from the dashboard bundle?
Dear Julien,
maybe: ("AB "|"JE")
ahhhhhhhh
Its written, and somehow I didnt read it carefully..
It is indeed (AB|JE), I was forgetting parenthesis **bleep** it ! "" are not needed as I dont have spaces I guess.
Thanks for your help !
yes, your right "" are not needed as I dont have spaces I guess.
But i almost do it everytime just to be sure. Glad I could helped out!
Hello,
I have similar case. But the solution you provided is not working sows error.
I have multiple values in a field AB, CD, EE, TY, YY, FR...
My need is to have a toggle button to work as first click select all values excluding AB and CD and when toggled all value need to be selected including AB and CD
Please guide
Thanks
Shrikant
Hello,
try ("AB"|"CD") instead of ('AB'|'CD')