Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
is it possible to schedule a reload for a QlikView solution on the personal edition?
Thanks in Advance
James
Hi,
launching the qv.exe in a batch:
"c:\Program Files\QlikView\QV.exe" c:\reports\Inventory.qvw
then you have to add a windows scheduled task.
I believe you can use the same method as for a licensed desktop client, use something like
"c:\Program Files (x86)\QlikView\qv.exe" -r "Path\Document.qvw"
(adapt to your pathes and filename)
in a batch file and schedule the batch file execution from Windows Scheduled Tasks dialog.