For some reason, I am getting added zeroes when converting into an excel file but my output from the workflow only has two decimal places
Solved! Go to Solution.
Hi @jpatel3868 ,
If you set the field to a type Fixed Decimal 19.2 (19 characters before the decimal, two after) then it will output from Alteryx with two decimal places.
If Excel renders this as 6 decimal places, then the problem is in excel not Alteryx.
You can test this by outputting to a .csv and opening in Notepad to show that it is outputting with two decimal places.
M
What if I want it in Excel only? How would I change the rendering to only up to two decimal places.
I do not want it on Notepad or CSV. I want it on Excel but its rendering to 6 spots even though it looks perfect on my workflow. Is there a way to fix this through the alteryx workflow to achieve what I want?
My first post explains how to do this. The second post explains how to output to Excel. Use the output tool and select output as Excel (.xlsx).
If you are rendering the output as two decimal places, you can simultaneously output to .csv to check that is the case. If it renders in Excel with 6 decimal places, then the problem is in Excel and not in Alteryx.
M.