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

Can you close QlikView from a Macro command?

I'm busy doing some Macro stuff in QV 10 and was wondering if it's possible to close the QV Desktop client from a Macro?

1 Solution

Accepted Solutions
Not applicable
Author

function close()

ActiveDocument.GetApplication.Quit

end function

View solution in original post

1 Reply
Not applicable
Author

function close()

ActiveDocument.GetApplication.Quit

end function