Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Which products do I need if I only want to reload qvw/qvd files at a given time?

Hi,

I hope you guys can help me. I'm wondering which products are exactly needed if you just want to reload qvw/qvd files at a particular time?

Thanks in advance.

/Karuna

1 Solution

Accepted Solutions
Not applicable
Author

Hi Karuna,

If you only want to reload a single qvd file, you will need only programming a bat file with the following sentence:

"C:\Program Files\QlikView\Qv.exe" /r "C:\docs\myfile.qvw"

You have to add a shedule task at time what you want.

I hope this helps you.

Best regards.

View solution in original post

4 Replies
Not applicable
Author

Hi Karuna,

If you only want to reload a single qvd file, you will need only programming a bat file with the following sentence:

"C:\Program Files\QlikView\Qv.exe" /r "C:\docs\myfile.qvw"

You have to add a shedule task at time what you want.

I hope this helps you.

Best regards.

Not applicable
Author

The cheapest way is to use the windows scheduler and a small script to start a reload (start QlikView with a parameter for the qvw you want to open and a parameter for reloading).

To keep things organized and maintainable, you need the SBE (Small Business Edition) that has the basic QlikView Server. It allows you to schedule and perform reloads easily and maintainable.

Anonymous
Not applicable
Author

If you have the publisher you could also configure the reload in the publisher ...

Not applicable
Author

Thank you both for the input guys. I was indeed looking for the SBE solution.

/Karuna