Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to use .bat filed to reload my script in QlikView every 1 hours, however I was just able to open the file through the .bat file and it does not run the script. How am I able to run JUST the script every hour through .bat files? Thanks
Hi,
if you already have the .bat to open the qvw every 1 hour you only need to configure the trigger according to the attached image.
Marcel I am not pretty sure about the image you posted. That's a print from a Button in QV? that uses Dynamic Update?
Qlikview desktop,
img
You are just missing the /r switch, so your command should look something like
Qv.exe /r your_document.qvw
This will open the report, reload the script and then save and close the report
i hope you did this properly-
create a batch file with.bat extension tha has the cmd reload command
C:\Program Files\QlikView\Qv.exe /r documentpath\document.qvw
Save the file as "reload.bat" (quotes inlcuded) and schedule the task for every 1 hr
Scheduling can be done by Qlikview QMC or windows scheduler or any other 3rd part scheduling services.
Hope that helps.