Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I want to display my pivot table as popup only when user selects a textobject.
Thanks
Pavan
we can use lay out conditions using some variables
Create a variable ex: "Vshow=1" and use it in the text object-> Actions->External->Setvariable->Give the varaible name "Vshow"and value as 1.
For the Pivot table-> layout->Coditional->Vshow=1.
Follow these steps
You can add an Action to the textbox. Use an External Action to set a variable vShowPivot = 1
You can then set the Conditional Show on the Pivot Table to only display the pivot table when vShowPivot = 1
You may also need to add another action to set vShowPivot to 0 to hide the pivot table as well.