This content has been marked as final.
Show 3 replies
-
1. Re: How to convert time zone in Tableau?
Alex Kerin Oct 21, 2013 8:26 PM (in response to christinelam1)You would create a couple of parameters (time zone, observes DST) and a calc that takes all of this into account:
[date]+[timezone hours diff]/24 +if [DST] then 1/24 else 0 end
at the simplest.
-
2. Re: How to convert time zone in Tableau?
christinelam1 Oct 23, 2013 10:59 AM (in response to Alex Kerin)How do I setup the [dst] field?
-
3. Re: How to convert time zone in Tableau?
Alex Kerin Oct 23, 2013 11:08 AM (in response to christinelam1)http://kb.tableausoftware.com/articles/knowledgebase/using-parameters
You would probably set it up as an integer parameter with a value of 0 or 1 and then set its alias to ""No" and "yes"