Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In the absence of a QlikView server, how can I set up my QlikView desktop version to reload automatically?
Appreciate your guidance.
Shamit
you need to set:
ReloadTrigger=if( (Now() - ReloadTime())*1440 >= ReloadMinutes, Now(), 0)
then it should work!
Figured that I had missed the value in the Reload Trigger.
Thanks
Shamit
Thanks Frank,
Any idea how I can do the same in Qlik Sense?
Thanks
Shamit
Qliksense does not have macro editor.
So this workaround is only for Qlikview!
quick question.
If the reload time takes more than the time the set in the variable, what will happen? will allow the current reload ends? or
kill the current one and start a new reload...