Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've:
3 buttons;
1 Field;
Are you seeing the logic?
I’ve something like this for the Action in first button:
=IF(GetSelectedCount
(Field)=0,
Field=1,
if(GetSelectedCount(Field)>0,
Week='('& 1 & GetFieldSelections(Field) & ')'))
Thanks!
Add a Toggle Select action to each button instead to toggle on and off the selection of the values.
=IF(GetSelectedCount
(Field)=0,
Field=2,
if(GetSelectedCount(Field)>0,
Week='('& 1 & GetFieldSelections(Field) & ')'))
Hello,
Thanks for your response, but
Can't getting what I want
Add a Toggle Select action to each button instead to toggle on and off the selection of the values.
Hi Gysbert ,
can u explain how toggle works? what it exctly?
Hello Gysbert,
Thank for your response. I never use Toggle Select. What I'm reading, this allows me to unselect the value. But I'm getting confuse about how I can use them to select the values...
Thanks for your help
I already got It
I create a Trigger that select all possible values to the field, then on each button I add the following action which deselect each value.