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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Last Reloaded Date

Hi All,

How to check the last reloaded date from the qlikview application.

Thanks & Regards,

Suresh G

2 Replies
Not applicable
Author

You can use:

=timestamp(ReloadTime(), 'WWWW, D MMMM, YYYY hh:mm tt')

stabben23
Partner - Master
Partner - Master

Hi, use this in a textbox:

='[Last updated: ' & reloadtime()&']'

Stabben23