Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch code to execute qvw in parallel

Hello,

I want to execute multiple qvw in parallel and reload few qvw dependent on other qvws via batch.... Any help...

3 Replies
sujeetsingh
Master III
Master III

First learn the batch file execution in windows.

--Schedule Reload Tasks for each

--look for their dependencies

Not applicable
Author

I'm new here, I would suggest "Call" or "Start" in your batch to call other batch, it depend on there is dependency or not.

If you have the distribution service. then "D:\Program Files\QlikView\Distribution Service\QVDistributionService.exe" -r="qvw path" -out="log path"

Not applicable
Author

but i dont want to use windows . i want to do it via batch file