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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can we execute QVS flies ?

Can we execute a QVS flie directly or do i have to inclide it in my QVW file?

Labels (1)
1 Reply
newtron
Contributor
Contributor

It is possible to load qvs-Files into your Qlikview App while Script is executed. Try this:

$(Include="Filename")


Replace Filename with the Path to your *.qvs (e.g. C:\temp\YourScript.qvs)

While Execution this Expression will be replaced by the content from your qvs.

This content will be executed.

Further Information are to be found in Qlikview-Help (Search for term Include).