Forum Discussion
dpc_development
5 years agoHelper III
Using parameters to allow user to set timezone
I am creating a report template, where I'd like to allow the user to enter their timezone using parameters, so I can use it to do some timezone conversions in the report. I see there is a DateTim...
dpc_development
5 years agoHelper III
amitchandakI had already seen that article earlier. I need what the person in the first comment is asking - named timezone. Also I need to be able to switch to different timezones, as an analyst in country needs to be able to analyse the data as if they were in a different country. Hence, I thought allowing them to choose from a list of timezones would be very efficient.
I can't used fixed numbers as that'd ignore DST. If I can figure out how to enter a list of datetimezone values in the parameter as a list, I should be able to figure out the rest.