Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikmpate0
Creator II
Creator II

How to Link two Containers

Hi,

Not sure whether I have explained this correctly, But I have two containers, one container containing the detail data for  the graphs shown in the other container, what I want to do is when I select the detail table on the left I want the associating graph to be displayed. can anyone suggest anything?

thanks in advance.

regards

M

5 Replies
MK_QSL
MVP
MVP

You can achieve the same without using Containers.

Create variable and use it for conditional show..

Provide some sample data and your requirement, would work for you on this.

simsondevadoss
Partner - Creator III
Partner - Creator III

You cant achieve it using container.

Please use show and hide

ashwanin
Specialist
Specialist

You can achieve it by using variable.

Better way ,create a Button and link detail table and graph with condition show/hide with variable.

jonathandienst
Partner - Champion III
Partner - Champion III

There is no event raised for QV to detect that the selected object has changed in a container, so it not possible to automatically change the selected object in the second container.

The best approach is to use conditional show as suggested above with a button/s or clickable text box to choose which to display.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
ashwanin
Specialist
Specialist

Re: Changing Button Images

This is an example with image,you have to apply the same condition with your table and chart