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

QlikView Container tab selections

Hello,

I have 2 container objects in my application. My requirement is:

When 'ABC CHANGE BY STATE' tab is selected in CONTAINER1, 'XYZ CHANGE BY STATE' tab should be selected in CONTAINER2. And When 'ABC CHANGE BY QUARTER' tab is selected in CONTAINER1, 'XYZ CHANGE BY QUARTER' tab should be selected in CONTAINER2.

 

Vice Versa -  When 'XYZ CHANGE BY STATE' tab is selected in CONTAINER2, 'ABC CHANGE BY STATE' tab should be selected in CONTAINER1. And When 'XYZ CHANGE BY QUARTER' tab is selected in CONTAINER2, 'ABC CHANGE BY QUARTER' tab should be selected in CONTAINER1.

Untitled.png

Could you please advise me on how to achieve this requirement?

Thank you very much!

2 Replies
kji
Employee
Employee

make a macro with

set container=ActiveDocument.GetSheetObject("CT01") 'change ID to your container
container.ShowSingleObject 1 'change number to which object to show

vindhya_giri
Creator II
Creator II
Author

Hi Kji,

I tried the option you suggested but I am not able to get the result. Attached is the sample qvw. Could you please advise me on this?

 

Thank you very much!