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 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