Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Schedule Reload Personal Edition?

Hi All

is it possible to schedule a reload for a QlikView solution on the personal edition?

Thanks in Advance

James

2 Replies
bbi_mba_76
Partner - Specialist
Partner - Specialist

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.

swuehl
MVP
MVP

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.