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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
matt_crowther
Specialist
Specialist

Simple Macro Script to Close Qlikview

This should be a simple task; I'm trying to write a macro to be called when a certain sheet is activated that will close Qlikview or at least the current document.

So far I believe that the below should work but it doesn't:

Sub CloseCall

ActiveDocument.GetApplication.Quit

End Sub

Any ideas?, Many thanks.

1 Reply
Not applicable

Hi,

try activedocument.closedoc

Alex