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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide the multibox

Hi,

I have two charts which has two multibox separately. Is it possible to show one multibox whena chart is maximized and the hide other multibox. Please look at the attachment. Will any macro does some help.

--Santhosh

1 Solution

Accepted Solutions
Not applicable
Author

The consenus on this seems to be that it is not possible. Search the forum and you should find some good discussions about minimizing other objects when a chart is minimized. Since there is no event fired when an object is minimized, it is very difficult to keep the objects in sync.

One workaround is to disable the minimize/maximize buttons on your chart and handle that functionality using a button. Then with that button, you can also handle the hiding/showing of the multiboxes.

EDIT: Here is a good thread on the subject: Hide and Show Objects Together

View solution in original post

2 Replies
Not applicable
Author

The consenus on this seems to be that it is not possible. Search the forum and you should find some good discussions about minimizing other objects when a chart is minimized. Since there is no event fired when an object is minimized, it is very difficult to keep the objects in sync.

One workaround is to disable the minimize/maximize buttons on your chart and handle that functionality using a button. Then with that button, you can also handle the hiding/showing of the multiboxes.

EDIT: Here is a good thread on the subject: Hide and Show Objects Together

Not applicable
Author

I agree. A button should do this trick.Thanks.