Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

schedule a reload

Hi,

I am new to qlikview , please let me know how to schedule qvd's from database and corresponding qvw's reload automatically, lets say daily at a particular time.Do I need to use vb script to achieve this task. Any  help will be appreciated.

Thanks,

Varun

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

For Scheduling the job through qlikview you need to create batch file. Steps as follows:

1.) Open notepad

2.)Type thelocation of Qlikview installation path and your qlikview file

Ex: "C:\Program Files\QlikView\qv.exe" /r "C:\Projects\Sample.qvw"

3.) Save the text file ".bat" extension.

Best of luck

View solution in original post

4 Replies
Not applicable
Author

Hi,

To schedule a task you need to have Qlikview Server installed and also Qlikview server license to be applied on that.

If you have dont have Qlikview server then you can use windows task scheduler option, for this you need to write batch files.

But Qlikview server is better option

Regards,

Amay

Siva_Sankar
Master II
Master II

You can used EDX to schedule. Check out the documents from the link. http://community.qlik.com/docs/DOC-2650

Not applicable
Author

Hi,

For Scheduling the job through qlikview you need to create batch file. Steps as follows:

1.) Open notepad

2.)Type thelocation of Qlikview installation path and your qlikview file

Ex: "C:\Program Files\QlikView\qv.exe" /r "C:\Projects\Sample.qvw"

3.) Save the text file ".bat" extension.

Best of luck

Not applicable
Author

Hi Venkat,

Thanks for sharing the script for manual reload.

My qvw is requiring username and password; hence how can I incorporate these into the batch file script so that I can still execute it?

Best wishes,