Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have one container in which 3 charts are there , and i have made one text box and i want to show that text box on the selection of a particular chart.
Please help
the OnActivate object trigger has been removed from QV11.
- nested container (as Antonio already suggested)
or
- replace container with
3 charts and 3 buttons to simulate the container
add a variable; set the variable value (1 or 2 or 3) in the buttons and use the variable value in conditional show of the charts, layout tab
button1 set var to 1 --> show chart 1 (and hide the others charts)
button2 set var to 2 --> show chart 2 (...)
button3 set var to 3 --> show chart 3 and text object (...)