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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

incremental qvd loading

how will i do this..........

3 Replies
martin59
Specialist II
Specialist II

What do you want ?

Not applicable
Author

i want to reload my qvd on daily basis without manual intervention.

martin59
Specialist II
Specialist II

If you have a QlikView Server, create a task with the management Console.

Otherwise, you have to create a new task on windows scheduler. This task will launch a .bat file which contains something like that :

"C:/Program Files/QlikView/Qv.exe" /r "c:/QlikView/Main.qvw"


Hope it helps you