Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jjb427
Partner - Contributor III
Partner - Contributor III

What does an app's lastReloadTime represent?

Does a reload occur whenever a user opens an app? Or when a reload task is executed?

Labels (2)
6 Replies
avinashelite

It will give "last data load finished time"

jjb427
Partner - Contributor III
Partner - Contributor III
Author

@avinashelite But what is considered a "data load"? A scheduled reload? Or someone opening the app?

PrashantSangle

are you talking about this https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/SystemFunctions/system-functi...

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
jjb427
Partner - Contributor III
Partner - Contributor III
Author

Hi @PrashantSangle I'm referring to the lastReloadTime returned by the /app/full endpoint in the QRS API

PrashantSangle

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

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
p_verkooijen
Partner - Specialist II
Partner - Specialist II

@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