Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have multiple QVS files in one folder on the server. Each QVS file contains SQL code and store command to create QVD. Now I want to run all the QVS files at once. So how can I write the code to run these QVS files?
Qlik script is synchronous, so if you create only one app to call the QVSs, Qlik will do it one at a time (row by row in the script).
If you really want them to run at the same start time, I'd recommend you to create one app per QVS, and schedule the apps to run at the same time. But be cautious because this can consume a lot of resources on the server.