Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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