Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reloadtime() not working with prj folders

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?

4 Replies
Not applicable
Author

No answer from the experts?

Not applicable
Author

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,

Not applicable
Author

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

Not applicable
Author

it works, thanks for sharing!!