Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
when I clear a field I want to set variable to some value, can I somehow do this?
Thanks
Check the attached
Should be doable... may be share more details as to what you have
Hi, Here is an example, see attachment.
I want textbox to appear if Country is not selected. I made a variable, used a trigger on Country (on select).
Now when I select Country, variable changes to 0, and textbox disappears, this is fine. But when I deselect Country, I want variable to go back to 1 and show textbox.
Thank you.
Check the attached
Almost what I need, but I make it work. Thanks.