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: 
surendraj
Specialist
Specialist

How run multiple QVS files at once ..

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?  

Labels (4)
1 Reply
fosuzuki
Partner - Specialist III
Partner - Specialist III

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.