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

Hiding a button

Hello all!

button2.png

On the above chart, I made a button called 'Show Inventory Adjustment' which will show the bar 'inventory adjustment' on the x axis (some users need to see it whereas others do not).  However, when I click on other tabs in the container, the button still shows on those charts.  How do I hide it on the other tabs in the container, and show it only when 'Code Text' is selected?

1 Solution

Accepted Solutions
maxgro
MVP
MVP

1) replace the container with buttons and a variable to remember the chart to show

2) use macro to get the container active tab

How to identify which Object ID is active inside a container

3) use nested containers for the chart and button, see attachment

image with nested containers

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

1) replace the container with buttons and a variable to remember the chart to show

2) use macro to get the container active tab

How to identify which Object ID is active inside a container

3) use nested containers for the chart and button, see attachment

image with nested containers

1.png

Not applicable
Author

Thank you! I went with option 3.