Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Farsana
Creator
Creator

Select --- Same Tab Selection in Container

Team,

 

I developed 2 container in which there is a  4 separate tab common in both container.

Now the request is  if i selected New user tab in First Container it should select New User tab in Second Container.

Is it possible to implement, If Yes can i get some help on this.

 

Thanks

Farsana

 

 

Farsana_1-1715100465088.png

 

Labels (6)
1 Reply
rodrigo_martins
Partner - Creator
Partner - Creator

Hi, my sugestion:

  1. Remove the buttons from the left container
  2. Create 4 buttons, one for each tab of this container (place them above of the container)
  3. Create a variable to control which tab is being displayed, the buttons will update the value of that variable
  4. Each tab of the two containers must have its display condition linked to this variable
  5. It is also possible to define a dynamic background color on the buttons, making the selected button a different color.

Hope it helps!