Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to find the when was the Qlikview file last updated.
Hi
Take one text box and apply the function
='Last Updated at : ' & ReloadTime()
Make variable :
At start tab of script level
Let LastDtReload=date(reloadtime(),'DD-MMM-YYYY');
At last tab of script level
Let ENDTIME=now();
and use this in text Object on you froent end to display it. as
=LastDtReload & ENDTIME
HI,
If this worked, please verify
Regards--
Nayan