This content has been marked as final.
Show 2 replies
-
1. Re: Some Questions on Join Calculations (Big Numbers, Complex Calculations, Etc.)
Bryan Fernandez Nov 7, 2018 8:27 PM (in response to Jon Syu)1 of 1 people found this helpfulHi,
I want to answer number 1.
For data types in programming, the largest data type would be 8 bytes for an integer +/-
-2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807)
and that sample long value you want will not show as it is (if calculated as numerical value)
but only truncated to the memory size allowed and or
converted to exponential format similarly will be done in Tableau Desktop and applications
Regards,
Bryan
-
2. Re: Some Questions on Join Calculations (Big Numbers, Complex Calculations, Etc.)
Jon Syu Nov 8, 2018 5:15 AM (in response to Bryan Fernandez)I'm on tableau desktop. I need the exact number because I'm going to use it to match values in another table with a join calculation. Is there anyway around this?