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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Timestamp

Hi,

How to find the when was the Qlikview file last updated.

3 Replies
Not applicable
Author

Hi

Take one text box and apply the function

='Last Updated at : ' & ReloadTime()

Not applicable
Author





Make variable :

At start tab of script level

Let LastDtReload=date(reloadtime(),'DD-MMM-YYYY');

At last tab of script level

Let ENDTIME=now();

and use this in text Object on you froent end to display it. as

=LastDtReload & ENDTIME

Not applicable
Author

HI,

If this worked, please verify

Regards--

Nayan