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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Time/Date that the document was reloaded

Hello,

Is there a way to add the time that the document was reloaded?

Thanks in advance.

Labels (1)
1 Solution

Accepted Solutions
vinafidalgo
Partner - Creator
Partner - Creator

To display the time that the document was reloaded you can put this function on a text box for example:

=ReloadTime()

View solution in original post

2 Replies
vcanale
Partner - Creator II
Partner - Creator II

Hi,

try:

='Last reload' &ReloadTime()

vinafidalgo
Partner - Creator
Partner - Creator

To display the time that the document was reloaded you can put this function on a text box for example:

=ReloadTime()