Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partial Reload

Hi all,

1.) Im working on partial reload.. Im using add load in the script and it is working..

I want to know how to automate and schedule it... our normal way of schedule in wndows environment results in full load.. how to schedule it?

can any one help me in this?

Thanks & Regards

Ashok

1 Solution

Accepted Solutions
Not applicable
Author

Ashok in the batch file you can write

"C:\Program Files\QlikView\qv.exe" /rp "C:\QlikView\abc.qvw"

the code like this

Talha

View solution in original post

2 Replies
Not applicable
Author

Ashok in the batch file you can write

"C:\Program Files\QlikView\qv.exe" /rp "C:\QlikView\abc.qvw"

the code like this

Talha

Not applicable
Author

Hi Talha,

Thank you for your suggestion.. it is working fine.

Regards

Ashok