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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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.

Labels (1)
1 Reply
Not applicable

Hi,

try activedocument.closedoc

Alex