Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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