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

Combine (Concatenate) values from two rows for all fileds

IMSL
7 - Meteor

Hi all,

 

How can I concatenate values from two rows, for all fields in the table, if their value for FieldName is equal?

 

e.g Input:

FieldName1234567
Ia bc d 
I e    f
II   DE  
IIABC   F

 

Output:

FieldName1234567
Iaebc df
IIABCDE F
4 REPLIES 4
binuacs
21 - Polaris

@IMSL One way of doing this

binuacs_0-1676382977725.png

 

IMSL
7 - Meteor

I had to use summarize tool! :D

DataNath
17 - Castor
17 - Castor

@IMSL if you need this to be dynamic i.e. there could be more fields in future then something like this ought to handle it without further manual intervention:

 

DataNath_0-1676383131111.png

caltang
17 - Castor
17 - Castor

Like this:

 

caltang_0-1676383186848.png

 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors