Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Automatic reload of more than one file through batch file

Hi Guys,

I want to reload more than one qvw file through one batch file only. I also want that second file should be reloaded only after the first file is completely reloaded because second file is dependent on the first one. How can i do that through the same batch file?

1 Reply
Not applicable
Author

If you use the code below the second reload will start after the first one is finished.

"C:\Program Files\QlikView\qv.exe" /r "Path\File1.qvw"

"C:\Program Files\QlikView\qv.exe" /r "Path\File2.qvw"

Hope this helps.

Gr.

Frank