Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Srinivas_Qlik
Contributor
Contributor

Qlik sense reloadtime()

Hi All,

I would like to show reload time on a dashboard  cover page with respect to each country user.

For ex: If UK user log in, reload time has to be displayed their time

if US user log in, reload time should be shown US time,

can you help me on this how to write the expression. I have tried below, its showing their region regular time, not the reload time.

By default the Qlik server time is Hong Kong time.

Expression in a text box

====================

ConvertToLocatime(UTC(Reloadtime()),'GMT+01:00'))

your help is much appreciated 🙂 thank you

Labels (2)
2 Replies
Or
MVP
MVP

As far as I know, the only way you could do this is to create a table in your data model containing the time zone offset for each user, and then use that figure to calculate the time offset. It can't be done with native Qlik functionality, as it is not aware of the regional settings on the computer accessing the Qlik app.

Srinivas_Qlik
Contributor
Contributor
Author

ok thank you. Let me try to implement this.