Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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