Hello,
I have a few numbers that incorrectly transform in Alteryx. I want to keep the original value that was written in Excel, but Ateryx looses my decimal places when I change the variable to the float data type. All of my other numbers transformed correctly, however they were not 3 decimal places and less than 1.
# in excel # initially in Alteryx # after change to float data type
.003 3.0000..01-3 3
.002 2-3 2
Thanks!