Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to schedule 2 document file(QVW) one by one?
Hi Nagaraju,
Please explain in detail? It's difficult answer with your current description. Also, I'd encourage you to read the below posts.
http://community.qlik.com/docs/DOC-2380#comment-3393
http://community.qlik.com/docs/DOC-3098
Thanks,
DV
HI,
If u are looking for scheduling using batch file .. please go through the following code:
"C:\Program Files\Qlikview\qv.exe" /r "E:\\Applications\FileName.qvw"
"C:\Program Files\Qlikview\qv.exe" /r "E:\QV Sales App\Applications\QVDGenerator.qvw"
"C:\Program Files\Qlikview\qv.exe" /r "E:\QV Sales App\Applications\OpeningQVDGenerator.qvw"
and so on..
hope it helps
utsav
What u r using to schedule the task? QMC or Batch file
~Kabilan K
Hi Kabilan,
Suppose i have 2 QVW files(1.QVW and 2.QVW) if iam schedule 1.qvw file it takes 2 hours time. i want to start 2.qvw file when 1.qvw files completes
--- nag
In QEMC goto the source documents tab where you have the list of files.Assign the task for your 1.QVW as usual
While assigning task to your 2.QVW goto reload tab and check the radio button On event of another task and mention your file location.This will helps you to reload second file when file 1 completes successfully
Hi Nagaraju
PFA
Hi Naga,
If u r using QMC to run the task then follow below steps.
Step1: Navigate to the Documents--> Source document
Step2: There u can see the All qvw files, here u need to create task(I hope, u know how to create the task)
Step3: Just assume this is ur task name Reload_Publish_1, Reload_Publish_2 then click on the Reload_Publish_1 and goto trigger tab and create a trigger.
U can run the task daily or weekly through setting.
Step4: click on the Reload_Publish_2 and goto trigger tab and create a trigger.
Step5: Here, U need to give Reload_Publish_1 instead of reload_invoice.
I hope, it helps U.
Regards,
Kabilan K.