This content has been marked as final.
Show 2 replies
-
1. Re: DATEADD('hour', [Diff from UTC], [DateTime Created at]) returns errors?
Fabrizio Puletti Jan 28, 2016 3:03 AM (in response to Eng Soon Wong)1 of 1 people found this helpfulHi Eng Soon Wong,
I am not sure what the problem is here.
Since the ZIP code is common to both tables can you inner join the Master and Secondary table on Zip code during the import of the data?
This would create a unique table and you can easily use your calculation in that case.
For reference: http://onlinehelp.tableau.com/current/pro/online/windows/en-us/joins_addtables_multiple.html
Fabrizio
-
2. Re: DATEADD('hour', [Diff from UTC], [DateTime Created at]) returns errors?
Eng Soon Wong Feb 3, 2016 11:11 PM (in response to Fabrizio Puletti)Many thanks!