Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.