Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
retko1985
Creator II
Creator II

Trigger to Set variable value on field deselect.

Hello,

when I clear a field I want to set variable to some value, can I somehow do this?

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Check the attached

View solution in original post

4 Replies
sunny_talwar

Should be doable... may be share more details as to what you have

retko1985
Creator II
Creator II
Author

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.

sunny_talwar

Check the attached

retko1985
Creator II
Creator II
Author

Almost what I need, but I make it work. Thanks.