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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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