Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displayed chart event in container

hi, I want to know which chart is displayed in the container.

I have an object that I want to display only when a specific chart is displayed.

2 Replies
marcus_sommer

You could only with macros read which objects are visible/active/minimized and so on. But this won't work with AJAX and it's generell not recommended to use macros - see: Macros are Bad. Try to find other usability logics.

- Marcus

marcus_sommer

One addition - visibilities outsides from a container could be controlled through variables which values could be switched either by a inputbox or buttons.

- Marcus