Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to close qvw using Macro

Hi All,

I want to close the QlikView document without saving through the MACRO.Is it possible,if it is how?

4 Replies
Not applicable
Author

Hi Prakash,

Its very much possible. Use below code and see attached application


sub test()
rem ** quit QlikView **
ActiveDocument.GetApplication.Quit
end sub


-Peterson

Not applicable
Author

Hi Kevin,

Itz working fine.Thanks

Not applicable
Author

Hi Sri,

How can i create new QVW file through macro code.

Thanks

Venkat

Not applicable
Author

Hi Sri,

How can i create new QVW file through macro code.

Thanks

Venkat