Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i want to select multiple values in a field from my Button, i try to explain:
i have those button:
When i click 01 it will select the value 01 from my field "mesefineforn"
"Mese01" is my variable for select and deselect my value in the field "mesefineforn"
My problem is: When i click in '02' i want in my field "mesefineforn" it will set 01,02
not only 02.
when i will click in 03 the same it must be set : 01,02,03 and so on...
how can i do that with my buttons actions?
Thanks
Is possible to do that?
Have a look at the attached file. I have included all the possible scenarios. Let me try to simplify the expression when I get time. Let me know if you have any issues.
This is good, thanks,
only a thing, i have buttons when i click those change colors, for that i set the variable MESE01 to 1 and variable MESE02 to 1 and so on.....
but if i set those, when i click in buttons they stop to work
i changed your .qvw adding my two buttons hope you can see it
Just a quick question. What is the use of the variables MESE01, MESE02 .. Is it only for to change the color or are you using those variables somewhere?
i use only for change colour, i want when i select my button it will change so i can see it is "clicked" or not
Have a look at the attached file. This will work even if you press the clear all button. Check with all the possible cases and let me know your thought.
Thanks now work fine, really thanks, great!!