We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Rounding the values after summarize tool.

prash_____
5 - Atom

I have a data in which two column are there on ei ID and other is Value.

ID has size 4 and Value has 8. I applied summarize on the dataset grouped by ID and sum of values.

Result  I got  C002 -- 234.6429 '( Id and respective sum).

 

After that I added a select tool to the original dataset in which the size of Value changed to 19.Then I  applied summarize tool  to it.

the value  For the ID C002 -- 234.65 .. ( How come it rounded the value to  234.65  instead of 234.'64)

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

Can you attach a workflow where this happens (dummy data or otherwise)?

Labels
Top Solution Authors