Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

2 rows - Same ID - Different contents --> 1 row

Cedricvm
6 - Meteoroid

Dear all, 

 

I struggle with an issue. 

 

As attached, I have for some info, 2 rows with the same ID but different company name. How can I just have one row with an ID an add the info of the second company and company role as two new columns. 

 

So basically, how can I have just one row for each transaction#key with all the related info of the two previous ones put in columns ? 

 

Thanks in advance for your help,Cross-Tab Issues.jpgRegards,

 

 

1 REPLY 1
LordNeilLord
15 - Aurora

Hey @Cedricvm 

 

You could probably do something really simple like:

 

Use Summarize to group by and concatenate all of the companies together and then text to columns to split them apart...

 

Concat.pngsplit.png

Labels
Top Solution Authors