Start Free Trial

Alteryx Designer Desktop Discussions

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

Summarize

AnGi
7 - Meteor

HI guys, need your help

i have this table

NameABC
Paul2  
Mark2  
Steven2  
Andy2  
Paul 3 
Mark 4 
Steven 5 
Andy 5 

 

And i would like to summarize A and B in column C matching the name. Results should be like this

NameABC
Paul235
Mark246
Steven257
Andy257

 

Could you help?

 

Thanks

 

5 REPLIES 5
Emil_Kos
17 - Castor
17 - Castor

Hi @AnGi,


Summarize tool is the tool to use. Just keep in mind that your values need to be numbers to make it work. 

 

Emil_Kos_0-1624865687045.png

 

AnGi
7 - Meteor

@Emil_Kos 

Thanks Emil

what if the table is

NameSurnameABC
PaulSmith2  
MarkClark2  
StevenTricky2  
AndyShannon2  
PaulSmith 3 
MarkClark 4 
StevenTricky 5 
AndyShannon 5 
MaryKor3 3
JulianSima 44

 

and results should be

NameSurnameABC
PaulSmith23 
MarkClark24 
StevenTricky25 
AndyShannon25 
MaryKor3 3
JulianSima 44

 

Emil_Kos
17 - Castor
17 - Castor

Hi @AnGi,

 

This should work for you:

Emil_Kos_0-1624867165207.png

 

AnGi
7 - Meteor

@Emil_Kos 

I have a little issue:

lets insert a new column ID that i use for GroupBy

IDNameSurnameABC
1PaulSmith B.2  
2MarkClark2  
3StevenTricky2  
4AndyShannon2  
1PaulSmith 3 
2Mark F.Clark 4 
3StevenTricky 5 
4AndyShannon 5 
5MaryKor3 3
6JulianSima 44

If I GroupBy also for Name and Surname i dont have a unique results for ID and i would like to take column Name and Surname into results

Emil_Kos
17 - Castor
17 - Castor

Hi,

 

I have assigned first name and first surname to each record ID:

 

Emil_Kos_0-1624869507861.png

The output:

 

Emil_Kos_1-1624869518836.png

 

Labels
Top Solution Authors