Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If I save & close the file and open it again when using prj folders the last reload date is empty.
If I just delete the prj folder it starts working.
Why?
No answer from the experts?
Miguel,
I believe it's a bug in Qlikview v11 (or/and) using "-prj" folder projects.
I was experiencing the same problem and I have found interesting solutions at these pages: Re: ReloadTime() not getting set?
Re: Problem in display the ReloadTime()
Best regards,
I'm using a QVW as a "-prj" folder project and when I save the document, close and reopen it, my ReloadTime() returns 30-12-1899. The function Now(0) - which is supposed to return the last reload date, also returns the same erroneous Date. To solve this, i just added the following line, at the end of my script:
LET vLastDataReload = date(now(1));
Now, instead of using ReloadTime(), i call my variable vLastDataReload.
Nice qliking
it works, thanks for sharing!!