Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
I think time in QMC is UTC Time and Application Time is your Local Time Subtract GMT value from QMC Time and see if time is same or not.
How you make this function on script ?
my reloadtime() always an hour early or late.
Check the server time. ReloadTime() will return the timestamp of the last successful app reload in the server time zone.
You can create a variable in the script, like
Let vReloadTime = Now();
Which, by default, returns the System Clock timestamp at the time the script executes the function (above).
You can then use the variable in your app.