Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i would like to save a Qlikview script automatically (qvs)
by opening the Document and run a macro.....or so.
Is there a chance in the script or in a macro ?
I don't find anything.
Thank's for helping
Tom
Hello Tom,
There's actually some API functions to do that in a macro:
Sub SaveDoc
ActiveDocument.Save
End Sub
You can use this macro in an action in a button or a text object. It will not work when opening the document on server regardless of the client, by design.
Hope that helps.
BI Consultant
Hallo Miguel,
ActiveDocument.Save works only for the qvw ,isn't it ?
I would like to save only the Qlikview Script in a QVS.
(like start the scripteditor and choose "script save as"
Tom
Hi Miguel,
great it works,thank you for your help!
Tom from Austria