Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
I have created a dashboard with a button to reload the data. on my machine is fine every time you reload the data pingo ...
However, when the same dashboard is put into a production environment, the button does not work, you tell me something about it?
NB: I entered a data refresh every 3 hours in the production environment
thank you very much for your attention
In production environment you say the button doesn't work, but does so the refresh action every 3h?
Anyway, using windows scheduler you just need to create a .bat file:
CALL "C:\PROGRAM FILES\QLIKVIEW\QV.EXE" /R "..document path\document.QVW"
Hope it helps.
Marc.