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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
click_on_qlik
Partner - Contributor II
Partner - Contributor II

create containers and switch tabs by adding a button

I created two graphics that I want to integrate into a container and then be able to switch by clicking on 2 buttons. it was explained to me that you need a variable for that

Labels (3)
1 Solution

Accepted Solutions
Ahidhar
Creator III
Creator III

first create a variable with a random value like vchart=3 then ,

create a button > actions and navigation > add action > set as variable > variable > 'vchart' > value =1

go to the container > content > first graphic > show condition =$(vchart)=1

repeat the same for the second graphic

View solution in original post

2 Replies
Ahidhar
Creator III
Creator III

first create a variable with a random value like vchart=3 then ,

create a button > actions and navigation > add action > set as variable > variable > 'vchart' > value =1

go to the container > content > first graphic > show condition =$(vchart)=1

repeat the same for the second graphic

click_on_qlik
Partner - Contributor II
Partner - Contributor II
Author

Thanks finally someone at the office show me how to do it but thanks for your reply