Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
matt_crowther
Luminary Alumni
Luminary Alumni

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