Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.

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()