Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi frnds,
I want to auto reload my dashboard. For this I created a batch file and add it in schedule task as well but my data is still not updating..
Plz suggest some solution.
some suggestions
does the task started?
does the batch work (when no scheduled)?
enable the log in your dashboard (settings --> document properties --> general --> generate logfile) and see if there is a log
post your batch
Hi
Could you put the batch file?
as maxgro saids the process start? or finish?
Hi,
Share your batch file script.
echo off
"C:\Program Files\QlikView\Qv.exe" /R "C:\ProgramData\QlikTech\SourceDocuments\c2_livetrack_internal\qvw\c2_livetrack_internal.qvw"
Hi maxgro,
this is a batch file....if generate logfile is unchecked in the document settings then it will not work??
Generate logfile will not affect the schedule. The command looks OK, assuming the paths are correct. Does the batch file perform the reload if you execute it directly from a Cmd window?
Just a general question, why would you use a scheduled task instead of letting Qlikview handle the reloading schedule?
Hi Check this thread also.
I assume you mean using QV Server or Publisher? If so, I would use these instead of a bat file:
If you don't have QVS or QVP, then the bat file is the only way to go.
Thanks. I was trying to understand why guys would actually use batch files, probably the way to go if you do not have Server or Publisher.