Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jelly_gvm
Creator
Creator

Display End User local time zone in the access point Dashboard

Hello Team,

Could please provide me any idea about the TimeZone to display based on the End User location.

For an example if the Qlikview server (QMC) is in USA and the end user accessing that server object ( Dasboard ) in Singapore, so in this case we need to display the local timezone based on the user location ( like Universal ).

Its possible in qlikview ? or Any solution would helpfull for me.

Thanks in Advance.

Regards,

Ram

13 Replies
vardhancse
Specialist III
Specialist III

Hi,

In general qlikview accesspoint will show the server time zone only.

If we want to show the user time zone then in additional objects we need to use converttolocal() to know the user local time zone

jelly_gvm
Creator
Creator
Author

Can you share any QVW, if you have tested it early, It will really helfull for me.

I have used ConverToLocalTime(Reload()) function in TextBox and also deployed in the Access Point ( Note:- My server in USA and I'm accessing in India ), but there is no change in the time zone.

jonathandienst
Partner - Champion III
Partner - Champion III

So how do you expect to set the local time if you dont know which time zone the user is in?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jelly_gvm
Creator
Creator
Author

there is no specific time zone is given to me,

Can you share me your file which you have tested earlier that would helpfull for me ( Like if the Country name and Timezone field are there in the Tables )

I've used the below function for convertion, but there no change in it.

      ConverToLocalTime(Reload())