Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does a reload occur whenever a user opens an app? Or when a reload task is executed?
It will give "last data load finished time"
@avinashelite But what is considered a "data load"? A scheduled reload? Or someone opening the app?
are you talking about this https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/SystemFunctions/system-functi...
Regards,
Prashant Sangle
Hi @PrashantSangle I'm referring to the lastReloadTime returned by the /app/full endpoint in the QRS API
ok. as @avinashelite suggested, it will give last reload time (last data load finished). Data load (reload) can be done by manually opening app and reload or via qmc scheduler in any ways. Whenever successful dashboard reload done that date & time this function will give you.
Regards,
Prashant Sangle
@jjb427 It is the last successful reload date time, scheduled task or manual reload
A failed reload does not update the lastReloadTime
Opening an App does not trigger a reload, so no update on the lastReloadTime here