Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Scheduler

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

1 Solution

Accepted Solutions
prieper
Master II
Master II

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

View solution in original post

2 Replies
prieper
Master II
Master II

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

bharatkishore
Creator III
Creator III
Author

HI Peter,

                     Thanks for the answer.