Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to clear the selection of the specific field using trigger.
You need to add multiple actions (in QV9 at least) to the trigger in order to clear one selection:
Lock All
Unlock Field (the field you want to clear)
Clear All
Unlock All
Hi,
Use any of the available triggers in the Settings menu, Document Properties, Trigger, by adding a new action type Selection, Clear Field. (Available in version 11).
Try first with a button that triggers the action manually when you click on it just to make sure it works.
Hope that helps.
Miguel
Add Trigger >
Selections
Clear Field
Enter field name
BAM! done
Hi,
Thanks for all your responses. i am using QV 10 SR4. And i got the solution from the community as
In the Sheet Triggers -Actions --Select field Name of the field to be cleared as Blank. it is working fine.