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

How to hide or show object using macro

Hi all,

In my applicaiton there are 7 charts. On selecting some charts like(1,2,3,4) certain multi box should be visible. And when im selecting the other charts (5,6,7,) someother multi box should be visible , by hiding the previous multi box. vise verss...

How can i do it using macro..

Please provide a solution,

Regards,

Gerard

3 Replies
Not applicable
Author

He Gerard,

You might solve this by using an action.

Create text boxes with the same size as the charts and layer them on top of the charts. Then add actions to these textboxes which set a variable to a certain value.The multiboxes are shown conditionaly depending on the value of the variable.

Hope that helps.

Gr.

Frank

Not applicable
Author

Hi Frank,

The scenario is, all the charts will be minimized when you open the application. So when we click the chart it will be expanded and based on relation the multi box will ne visible. When we click 2ndchart , the 1st chart will be auto minimized and 2nd chart will be opened with its related multi box.

So we cant have a text box over there.

Regards,

Gerard

Not applicable
Author

He Gerard,

You could have a look at this discussion.

http://community.qlik.com/message/14542#14542

Maybe another solution is to not minimize the charts but instead hide them and use a list box to hide/unhide the charts.

Good luck.