Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
ReloadTime().
In QMC -> Status -> Last Execution Will be your last execute document time.
Vikas
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.
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