Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show chart after clicking on two button for example one is select and other is submit button.
I click first on select and then submit then only charts get enable ??
can any one share dashboard for it or what is logic behind it.
Hi Dhaval!
To enable chart on two clicks, I'd suggest you to create two variables.
Set Select button Action tab set vSelectClick =1
Set Submit button Action tab set vSubmitClick =1
Set show condition in the chart as vSelectClick =1 and vSubmitClick =1
Thanks!