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.

Aggregate data then rejoin with original records

jno_222
5 - Atom

I am trying to summarize data by certain fields to identify records with net $0 balances. Once identified, I want to be able to break down those summarized balances and see the original records summarized into $0. Can't seem to figure this one out..

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @jno_222 

 

You do it by summarize it and adding back with a join

 

Here is a workflow for the task.

Output:

atcodedog05_0-1606200383931.png

 

Workflow:

atcodedog05_1-1606200396109.png

 

Hope this helps 🙂 Feel to ask if you have any questions


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

grazitti_sapna
17 - Castor

Hi @jno_222,

 

As displayed by @atcodedog05 , this is one good and easy way to do it.

 

grazitti_sapna_0-1606208935855.png

 

Sapna Gupta
jno_222
5 - Atom

My issue is that the fields I need to summarize data points on are not unique enough to then recognize the entire set of original records in the join tool.

atcodedog05
22 - Nova
22 - Nova

Hi @jno_222 

 

Can you provide a snapshot of the data/sample data.

Labels
Top Solution Authors