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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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