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

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

Reload Script Daily

Hi,

I'm starting with QlikView and I still have many questions. I managed to schedule the script to reload every time the file was opened, but the ideal would be that there might be a scheduled reload, for example: every day at 11:30 am. Could someone help?


Thank's

José Pinheiro

1 Solution

Accepted Solutions
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi,

create bat file .after put in to windows schduler . this below code put into one notepad .after save name.bat file

"C:\Program Files\QlikView\QV.exe" /r "C:\Documents and Settings\Perumal\Desktop\dynamic update.qvw"

i thing useful for u .

Regards

Perumal

View solution in original post

2 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi,

create bat file .after put in to windows schduler . this below code put into one notepad .after save name.bat file

"C:\Program Files\QlikView\QV.exe" /r "C:\Documents and Settings\Perumal\Desktop\dynamic update.qvw"

i thing useful for u .

Regards

Perumal

Not applicable
Author

Thanks Perumal!