Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Replacing macros with Qlikview options

Hi All,

How to replace macros which will do restore and minimize code as shown in below.

Please give an example. If you provide the file greatly appreciated.

Thanks in advance.

sub TEST_A

ActiveDocument.GetSheetObject("OBJ_A").Restore

  ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

sub TEST_B

ActiveDocument.GetSheetObject("OBJ_C").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

1 Solution

Accepted Solutions
danieloberbilli
Specialist II
Specialist II

I think all it does is open/enlarge an object that is minimized.

If you double click on a minimized object it is 'restored' (enlarged/opened)

When you double click again on the caption line, it is again minimized.

When activating Auto Minimize - there will be only one object restored at a time.

PFA qvw

View solution in original post

2 Replies
danieloberbilli
Specialist II
Specialist II

I think all it does is open/enlarge an object that is minimized.

If you double click on a minimized object it is 'restored' (enlarged/opened)

When you double click again on the caption line, it is again minimized.

When activating Auto Minimize - there will be only one object restored at a time.

PFA qvw

qlikviewwizard
Master II
Master II
Author

Thank you so much danieloberbillig