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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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.