Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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()