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: 
Not applicable

How can I close a qlikview document without saving and without request to save ?

Hallo,

how can I close a qlikview document ( not qlikview, but only a document ) using then 'x' icon of windows without saving the document and without it ask me to save ?

6 Replies
Anonymous
Not applicable
Author

If you're not making any changes to the document you won't get prompted to save

Not applicable
Author

Yes, but if I make changes I don't want if I press 'x' for close windows it ask me to save and I don't want it save changes, I want close without save changes and without ask user to save. I found macro istruction to do this, but if user closes with 'x' icon of windows the problem is still present.

adhudson
Creator II
Creator II

Hi,

This might be because of the windows default file handling procedures.

You have to find a work around to override this feature if possible.

Otherwise you can restrict the user from interacting with qlikview. Like you can close the qv application automatically using macro after the work has been done.

try to revert the changes that has been made by the user.

Regards

Andrew Hudson

emteam162
Creator
Creator

Hi srv_alfx,

How i can save my document automatically

if you have any idea please share.

Many thanks

Emteam

dmohanty
Partner - Specialist
Partner - Specialist

Hi,

Use the below Macro:

sub test()

rem ** Quit QlikView **

ActiveDocument.GetApplication.Quit

end sub

Cheers!!!

dmohanty
Partner - Specialist
Partner - Specialist

Hi,

Use the below Macro:

sub test()

rem ** Quit QlikView **

ActiveDocument.GetApplication.Quit

end sub

Cheers!!!