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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

Macro meaning

What is the meaning of the below macro? What it will do?

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

sub TEST_C

ActiveDocument.GetSheetObject("OBJ_D").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

sub TEST_D

ActiveDocument.GetSheetObject("OBJ_E").Restore

ActiveDocument.GetSheetObject("OBJ_B").Minimize

End Sub

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The sub routines will restore the size and position one object and minimize another object.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The sub routines will restore the size and position one object and minimize another object.


talk is cheap, supply exceeds demand
fkeuroglian
Partner - Master
Partner - Master

Minimize and restore de differents objects