Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Existing sheet is hiding when add new sheet. Please help.
Thanks in advance.
Open the Properties of each sheet. On the General tab you will discover an expression in the Conditional Show field.
Who now is detecting selections made in field Car, and changing the value of variable vSelection, you may ask...
Open Settings->Document Properties->Triggers.
In the Field Event Triggers list, you will see a <has actions> indicator next to the Car field. If you select Car from this list, the OnSelect->Add Action(s) button changes to Edit Action(s), meaning that on every select in field Car, a trigger will be fired and the associated actions will be executed.
Click the button to see what actions are executed. There you'll find out who does what with vSelection.
Best,
Peter