Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i am facing issue with text objects.
my req is i have two text objects (Textobj1 , Textobj2)
under Textobt1 i have multiple charts(chart1, chart2, chart3)
and under Textobj2 created 3 charts chart5, chart6, chart7.
here when i select Textobj1 i want to see only Chart1, chart2, chart3.
and when i select Textobj2 all Textobj1 charts will Hide and Chart5, chart6, chart7 need to display.
how to apply actions on Textobject.
i had tried but i can able to apply actions only on single chart. not sure how to apply actions based on multiple charts.
please help on this
Thanks in Advance
Set vTest = 2;
now on Actions tab in TextObject 1 Properties, select Action type as external and choose set variable option.
Put it value 1 and then in your 3 charts, in layout tab, put visibility condition like vTest = 1
similarly do for other chart and text object