Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have three QVD Maker.
Stage 1 - Raw Data
Stage 2 - Logic
Stage 3 - Final App
and also I have
NPrinting to distribute mails.
I want to create a batch file for this three of them dependence on one on the other.
Kindly help me with this as its my today last day to do it live.
Hi,
Hope this helps
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\RawData.qvw"
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\Logic.qvw"
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\FinalApp.qvw"
save this piece of code into text file with .bat extension and schedule it using windows scheduler.
and also change the <Path> to original path of documents.
Hi,
Hope this helps
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\RawData.qvw"
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\Logic.qvw"
"C:\Program Files\QlikView\Qv.exe" /r "<Path>\FinalApp.qvw"
save this piece of code into text file with .bat extension and schedule it using windows scheduler.
and also change the <Path> to original path of documents.
Hi,
Thanks for your prompt reply, This is working but I also wanted to keep Nprinting as dependencies.
how do i write that in Batch File.
Thanks & Regards,
Renuka S
Actually I'm not familiar with Nprinting, this may be help for you.
Hi Renuka,
Check this link and the Nprinting command as the last line in your batch file.
Hope it helps you.
Regards,
Jagan.
Hi,
There is no link.
Can u post it again.
Thanks & Regards,
Renuka S
community.vizubi.com/knowledgebase/articles/261271-how-to-run-nprinting-in-command-line-mode-with-bat