Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help in Container Object

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

5 Replies
advait_thakur
Creator III
Creator III

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

Join the official Qlik Enthusiast's page here
https://www.linkedin.com/groups/6513382/
nirav_bhimani
Partner - Specialist
Partner - Specialist

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

Gabriel
Partner - Specialist III
Partner - Specialist III

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

Not applicable
Author

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

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Did you have this chart set up as you would want them displayed. i.e. Straight chart, Bar chart, e.t.c?

Gab