Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
shamitshah
Partner - Creator
Partner - Creator

Auto reload

Hi,

In the absence of a QlikView server, how can I set up my QlikView desktop version to reload automatically?

Appreciate your guidance.

Shamit

14 Replies
Frank_Hartmann
Master II
Master II

you need to set:

ReloadTrigger=if( (Now() - ReloadTime())*1440 >= ReloadMinutes, Now(), 0)

then it should work!

shamitshah
Partner - Creator
Partner - Creator
Author

Figured that I had missed the value in the Reload Trigger.

Thanks

Shamit

shamitshah
Partner - Creator
Partner - Creator
Author

Thanks Frank,

Any idea how I can do the same in Qlik Sense?

Thanks

Shamit

Frank_Hartmann
Master II
Master II

Qliksense does not have macro editor.

So this workaround is only for Qlikview!

hectorgarcia
Partner - Creator III
Partner - Creator III

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...