Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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