Discussion board where members can learn more about Qlik Sense App Development and Usage.
Hello there,
I would like to add to my app information about reload time.
I used function ReloadTime( ) ,but this function doesnt work with reload task on Qlik sense server. ReloadTime() works only with manual reload in data load editor, doesn't it?
Is there any alternative function?
Thanks for reply.
BR,
Petr
The Qlik Sense help file says that it does work:
This function returns a timestamp for when the last data load finished. It can be used in both the data load script and in a chart expression.
ReloadTime( )
Are you sure the document was reloaded correctly on the Qlik Sense Server?
Hi Gysbert,
sorry for delay reply. Reload is fine, i didnt see any problem.
Today, i reloaded app this time:
But in my application is different time:
I am really scatterbrained.
Thnx for help, Petr
Hello, I've got the same problem : did you find a solution ? It would help me...
Hello Laurent,
i found one solutions. You have to use this function in app mode, not in the script. It works fine now.
You can try Now(0); function.