Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I have a container object that has two bar charts, my requierement is if I press the first chart that should show on staright table. if I press the second chart that the straight table should be minized or hidden.
How to do this. can any one suggest a solution
Regards
Chriss
Hi Chriss,
Will you pleas try once with Auto minimize and Allow Minimize in both chart.
Go to properties of each chart Properties> Caption and flag in the option.
After this, try by double clicking on it.
Thanks
Advait
HI,
Try this code < it will work on button
Create Button >General > If(vGroup=1,’Group1’,’Group2’)
Action > Set Variable > If (vGroup=1,0,1)
In Table1:
Layout > If(vGroup=0,1,0)
In Chart1:
Layout > If(vGroup=0,1,0)
In Table2:
Layout > =vGroup
In Chart2:
Layout > =vGroup
Regards,
Nirav Bhimani
Hi,
Container are set to auto hide 1 chart when another chart is selected.
Container allows users to interact with multiple chart independently.
I can't see any reason why you would have to code.
May be delete the container and start all ovver again.
Regards,
Gabriel
Hi Advait,
thanks for your reply, the auto minimize is not working.
The schenorio is like two bar charts in a container, if I press the chart One it has to display the bar chart and followed by a stright table and if I press the next Two it has to show the chart only.
Hope I you are clear.
Regards
Chriss
Hi,
Did you have this chart set up as you would want them displayed. i.e. Straight chart, Bar chart, e.t.c?
Gab