Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Sum and Group

JDong
8 - Asteroid

Hi All,

 

May be a trivial question

 

SlNoValueValue 2Value3
231600 
235003500100

 

I want to sum Value field and group Value 2 how can I achieve this in Alteryx. Somehow in my flow does not work.

 

Output

SlNoValueValue 2Value3
266003500100

 

Thanks

4 REPLIES 4
Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @JDong,

 

Can you show the output table you're looking to achieve?

 

Regards,
Jonathan

JDong
8 - Asteroid

@Jonathan-Sherman 

 

Please look at update in question 

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @JDong,

 

You could use the summarise tool for this:

 

image.png

 

If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.

 

Regards,

Jonathan

JDong
8 - Asteroid

I did use the summarize tool...but I had to trace back issue with 40 columns to see why the grouping was not happening 🙂

 

Is there any easy way to get over such grouping situations apart from removing and readding the columns in summarize tool to check ?

 

Thanks

Labels
Top Solution Authors