Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we execute a QVS flie directly or do i have to inclide it in my QVW file?
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).