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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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
Champion III
Champion III

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.