Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to check the last reloaded date from the qlikview application.
Thanks & Regards,
Suresh G
You can use:
=timestamp(ReloadTime(), 'WWWW, D MMMM, YYYY hh:mm tt')
Hi, use this in a textbox:
='[Last updated: ' & reloadtime()&']'
Stabben23