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.
SOLVED

To Find duplicate and add total

mmustkee
10 - Fireball

x

Hi Team,

 

I have sheet in which we have column "TN" in which we have duplicate values. I need to find out duplicate and then add a total of column "OA" and "OT" of that particular TN and then mention number of TN duplicate in column "Number of TN".

Example is as below for TN = 69

SN

TN

OA

OT

Total

Number of TN

10

69

3

63

354

3

27

69

82

24

354

3

28

69

178

4

354

3

 

Please help.

 

3 REPLIES 3
JeffK
Alteryx Alumni (Retired)

Hi @mmustkee - Take a look at the attached workflow. I believe it accomplishes your goal and I left in the non-unique values just in case you need them downstream.

mmustkee
10 - Fireball

Hi Jeff,

 

Thanks for your response however I want all data be it unique or duplicate since I need to add OA and OT in each case. 

 

kelvin_law1
9 - Comet

Hi @mmustkee,

 

So you want to keep all 30 records in the output, correct?

 

If yes, I think you only need to delete the highlighted tools below and connect the Input tool directly to the L input anchor of Join.

kelvinlaw_0-1646187009745.png

Then you should be able to get an output with all your rows as the Input:

kelvinlaw_1-1646187117430.png

 

 

Labels
Top Solution Authors