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: 
Not applicable

'Refresh/Data last load' time stamp

We scheduled a Qlik View report on server and that report refresh every hour. Is it possible to display refresh time (data last load) in Qlik? Please let us know what field we need to track.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Raguthu,

you can use the Function Reloadtime(). If you want to convert that time according to your local time you can use, in the second parameter you can put your localtime, place.

='Last Refreshed On : ' & ConvertToLocalTime(Reloadtime(), ’GMT-05:00’)

='Last Refreshed On : ' & ConvertToLocalTime(Reloadtime(),’Paris’)



With Regards

Harshita Gaur

View solution in original post

4 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

Hi,

The function is

ReloadTime()



Regards,

Sergey


Regards,
Sergey
Not applicable
Author

Use reloadtime() function

jagan
Partner - Champion III
Partner - Champion III

Hi,

You can use ReloadTime() to get the Last reload timestamp, please use below expression in text object to display in Dashboard

='Last Refreshed On : ' & ReloadTime()

Regards,

jagan.

Not applicable
Author

Hi Raguthu,

you can use the Function Reloadtime(). If you want to convert that time according to your local time you can use, in the second parameter you can put your localtime, place.

='Last Refreshed On : ' & ConvertToLocalTime(Reloadtime(), ’GMT-05:00’)

='Last Refreshed On : ' & ConvertToLocalTime(Reloadtime(),’Paris’)



With Regards

Harshita Gaur