Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm working on a req. where i need to display the chart by selecting the button and hide the other chart.
I'm using buttons to activate the charts.
please help.
Please find the attached QVW file.
create a variable vChart (possible values 1 2)
use the action in buttons to set the variable
- first button set the variable 1, 2nd to 2
in layout tab of every chart use conditional show
- first chart: show only when vChart = 1
- 2nd when vChart = 2
see attached .qvw
Hi Massimo Grossi,
I can see the variable u created "Vchart"
Can you please lemme know how are u linking it with the chart.
I wanna understand the methodology.
Help me.
create a variable vChart (possible values 1 2)
use the action in buttons to set the variable
- first button set the variable 1, 2nd to 2
in layout tab of every chart use conditional show
- first chart: show only when vChart = 1
- 2nd when vChart = 2
Thank you very much Massimo.