Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have two qlikview files.And for one qlikview file i created a batch file and i scheduled to reload it for every 5 minutes.Now my question is if the first qlikview file is reloaded then it should reload the second qlikview file.But the second qlikview file should reload after completion of the first qlikview file.
Please help me how to do.
Regards,
R.Bharat Kishore
Add them to the batch:
qv.exe /r myfirstfile.qvw
qv.exe /r mysecondfile.qvw
So the second will start only after the first one has completed.
HTH
Peter
Add them to the batch:
qv.exe /r myfirstfile.qvw
qv.exe /r mysecondfile.qvw
So the second will start only after the first one has completed.
HTH
Peter
HI Peter,
Thanks for the answer.