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

Sending the QVS file to another qvw file.

HI

How can i pass the script file (i.e; qvs file) to another Qlikview file by using macro code.

Thanks in advance

1 Reply
danielrozental
Master II
Master II

You can access the script like this

set docprop = ActiveDocument.GetProperties

docprop.Script

Just google a way to save a file in VBScript.