Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

How to combine Multiple Record into Single Record

kevinalvino
7 - Meteor

Hi,

I have an issue, please kindly find below:

 :Example.png

 

So in short, 

What need to do to Combine the Record from No 1 and 2, but record in number 2 will be added as new column (Example, NewField) in the first record.

It will be also applied to the occurrence record no 4-6, and so on.

 

Any input are appreciated.

 

Thanks,

Kevin

 

 

3 REPLIES 3
jdunkerley79
ACE Emeritus
ACE Emeritus

I would suggest using a MultiRow Formula tool to create a new Index you can then use filters to join to itself.

 

2018-12-21_09-37-49.png

 

This makes an index based on first column then joins to itself.

 

Could you post a sample data file and then can adjust as need?

 

kevinalvino
7 - Meteor

Sure, I can share some sample to you.

Please kindly find attached.

 

Thanks,

Kevin

jdunkerley79
ACE Emeritus
ACE Emeritus

Have attached a sample based off what you sent.

 

James

Labels
Top Solution Authors