Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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