Hi,
I have a value from two different Excel sheets and different format. From one excel sheet the value is 0.1410% and the other is 0.0014101. These are same values in different format . One is number other is percentage. I want to import these values to alteryx and compare these values to check if they are same. But I am having trouble because of the formats. And the values in alteryx show up as exponential values. I did try to convert them into double using select tool, but it doesn't help. Could someone help in normalising these formats?
Solved! Go to Solution.
Hi,
But when i import the percentage value to Alteryx. It shows up as an exponential value, the first value from column 1 is 1.41E-3 on alteryx
You can try
ToNumber([Column 1])
It should work.
End formula should be something like this
ToString(ToNumber([Column 1])*100, 4)+"%"
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Isn't that fine as it is a float value and is getting converted to the % format later?
On a different note, I am unable to download any of the workflows you have attached today
Even i am facing the same issue. I have raised a issue on the same. Reply on it saying you have the same issue.
Hope it get resolved soon.
Happy to help 🙂 @hegdepavithra10
Cheers and Happy Analyzing 😀
Feel free to reach out if you face any other issues 🙂