Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm new to QlikView and was wondering how to show the time when the document was reloaded.
Thanks in advance.
Add a textbox with this expression:
'Last reload on - ' & reloadtime()
You can modify the Last reload on for whatever you want.
Add a textbox with this expression:
'Last reload on - ' & reloadtime()
You can modify the Last reload on for whatever you want.
Thanks Vinicius.
It's exactly what I was looking for.