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

How to view the last reload time of a qlikview document ?

Hi,

Can anybody say how to view the last reload time of a qlikview document ? I am facing issues with a job in qmc and manually I am trying to run the job but would like to confirm the last reload time.

Thanks in advance

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Take a Textbox object and give

='Last Reload time : '&ReloadTime()

Tresco already replied.

Everytime you refresh/reload the data to your UI,you can see the new reload time.

Hope it helps.

Thanks.

View solution in original post

4 Replies
tresesco
MVP
MVP

ReloadTime().

vikasmahajan

In QMC -> Status -> Last Execution Will be your last execute document time.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Hi,

Take a Textbox object and give

='Last Reload time : '&ReloadTime()

Tresco already replied.

Everytime you refresh/reload the data to your UI,you can see the new reload time.

Hope it helps.

Thanks.

amit_saini
Master III
Master III

Hi Nayana,

Try this in a text box:

='[ Updated at ' & timestamp(reloadtime(), 'hh:mm on MMM DD, YYYY') &' ]'

Second you can do the same from QMC:

QMC---->Status-->>>Last Execution or also you can check under task History

Thanks,

AS