Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to know if it's possible to execute a script with a scheduler. I want to collect data at different moment
For example :
- execute at 8 am, 9am, 10am,..
- execute at each day at the same time
Thanks again for your help.
Jean-Jacques
Hi,
Create a .bat och .cmd file with a command line looking like: c:\program files\QlikView\Qv.exe /r c:\myQvws\myDoc.qvw and schedule that in Windows Task sheduler to be executed whenever you need to. If you need other Qv command line switches, check out chapter 6.1 in the reference manual
Br,
Niklas
Hi,
Create a .bat och .cmd file with a command line looking like: c:\program files\QlikView\Qv.exe /r c:\myQvws\myDoc.qvw and schedule that in Windows Task sheduler to be executed whenever you need to. If you need other Qv command line switches, check out chapter 6.1 in the reference manual
Br,
Niklas
This functionality also exists within the QlikView Server where you can create tasks such as this as well as apply reduction, security and deployment preferences. You will also find that you can create sequences of these tasks. If you are using QlikView Personal Edition, QlikView Server and Publisher are not included. However you should be able to get information about these components from a local QlikView office.
Regards
John Trigg
Thanks John