Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two check boxes in my QV-model, based on one field but with different alternate states.
I need all current selections in Check box 2 to be automatically cleared each time a user checks / unchecks any value in Check box 1.
Is it possible to set an action so that any selection in Check box 1 would trigger the function Clear All in Check box 2?
See the file attached.
Thank you in advance,
Larisa
Hi Larisa
You can go to Document Properties -> Triggers tab and add a Trigger for the field you want to make a selection.
I think you need to create a clone of your Brand field in your script though, call it Brand2 and apply a trigger, so as when you select something from the Brand field, you'll trigger the action to Clear the Brand2 field.
Please let me know if this works.
Regards
Agis Kalogiannis
Hi,
I see your idea. But is it still possible to solve the task without cloning the field?
Larisa