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

How to show last data refresh time on the sheet?

Is there a system variable available which I can use to show the last data refresh time for a sheet or for a complete document or I need to create a new vaiable for that?

Thanks,

TA

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

Yes, use

ReloadTime()

That will return the last time the document was reloaded.

Hope that helps.

Miguel

View solution in original post

9 Replies
Miguel_Angel_Baeyens

Hi,

Yes, use

ReloadTime()

That will return the last time the document was reloaded.

Hope that helps.

Miguel

Not applicable
Author

Hi,

There is ReloadTime() function,

Regards,

Yigal.

Not applicable
Author

I got the refresh date and time, but it is showing me the date and time for Septmber 13th and today its 17th.

Why it is not shoiwng me the today's date?

Is it because of when the QVD last time cretaed or refreshed?

Thanks,

Not applicable
Author

Hi,

As Miguel wrote: "...That will return the last time the document was reloaded."

The document meens youre QVW file.

Yigal.

Not applicable
Author

Got it. Thank you very much guys 🙂

Not applicable
Author

We get SAP tables each night and we want to know the time stamp of the file. To get this use:

 

Load  filetime() as FileTimeStamp from 'Q:\FolderName\FileName.QVD';

Stephen

Not applicable
Author

If I want to add some text before that e.g "Last Update:" before the time stamp, what can I write?

I wrote  "='Last Reload: ' &ReloadTime()" and it worked but it is giving me the

time in the following format: 18/09/2012 08:43:15

where as I want this in the following format: 2012-09-18 08:43:15

How can I change the format of time?

Thanks,

TA

Not applicable
Author

Number of ways, but one way is to go to "Setting", "Document Properties","Number", select the field and format it the way you want.

Stephen

Anonymous
Not applicable
Author

HI Miguel,

I use the same ReloadTime () command to show the date and time, but I need to record all those times the application was updated. It's possible?