Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i am trying to display two charts from one button click.. is there any possibility for this... is some one can plz help me will appreciate alot thank you in advance
Try like this...
Create a variable : v_ShowChart
Create buttons whatever you want like Button1, Button2....
1.Now go to Button1 properties-->Actions-->Set variable
Variable : v_ShowChart
Value : A
2. Now goto chart properties-->Layout-->Conditional
there write : v_ShowChart='A'
Now this chart will display only when you click on Button1.
For Button2 take the value as 'B'
Are you saying you want two charts with a conditional show that will appear at the same time?
Sort of like this?
Please check this.
Thank you
Vardhan
hi Robert
i am using a personnel edition so i can't open ur example.. my requirement is initially i have to charts which is minimized and when i click a button i want both charts to open or appear side by side .. will it be posibel for you to send me screen shots of ur example plzzz
hi Vardhan
i am using a personnel edition so i can't open ur example.. my requirement is initially i have to charts which is minimized and when i click a button i want both charts to open or appear side by side .. will it be posibel for you to send me screen shots of ur example plzzz
Create a variable vShow =1 .
Create a button - Action - Set variable - vShow =if(vShow=1,0,1)
Under Layout in charts use if(vShow=1,0,1)
Check the screenshots .May be it will help you.
Thanks,
Venkata
i did exacly as you have showed but it wont work... i want to display both charts from 1 button click event