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 uing batch file

Good Afternoon Everybody,

I would like to reload the Qvd using a batch file, is it possible..? if yes can you give a sample of the code.

Regards

Joe

3 Replies
Not applicable
Author

Hi Joe,

I use this for my reloade statements inside a bat-file:


call "C:\YourPathToQlikViewDesktop\Qv.exe" /r C:\YourPathToFileBeingReloaded\YourFile.qvw

I realise that you said qvd-file (and not qvw) but I do that inside the qvw-file.

Regards

Ken

Not applicable
Author

Dear Ken,

Thanks for your reply, I did the same what you advised by you.

Its a small file, it opens the file pefectly but its not reloading and closing automatically.

in the command prompt its blinking for a long time..

Thanks

Joe

Not applicable
Author

Ok. It works fine here, but I don't run it from the command prompt. I just double click it in Windows Explorer or run it using Windows Scheduling.

Ken