Hi Guys! I know this is a easy question, I'm getting the total amount of the column, Yes I already did it. I'm getting the total amount using Summarize Tool, But I need to convert the value to wstring. Now this is the issue, When I got the output file and check the value, Of course the column which I converted to wstring will be text.
I have no issue's in getting the total amounts using wstring datatype.
As you can see when I highlighted the column it only counted the rows. But no amounts, This is because the column is text.

This one I set the column in alteryx as fixed decimal datatype. When I highlighted the row it computes the average and the sum. This is what I want to be the output. But the issue is, It's not computing the total amount and does not have 2 decimals places.

I need to total the amount of column not using wstring datatype or get the total amount and convert the column to number. Like I need in image number 2.
I've attached my sample source file and workflow. Thank you!