Start Free Trial

Alteryx Designer Desktop Discussions

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

Cross Tab -Transposing Data

AJuliet
6 - Meteoroid

Hi All, I have a input table attached is the image and I want the output like output shown in attached image.

 

I tried cross tab and concatenated the data by grouping on Col A-ID and Col B-ID. But It is picking only first record against each instead of all. Please suggest.

3 REPLIES 3
Andreina
Alteryx Alumni (Retired)

Hello @AJuliet ,

 

Using a Filter and Append tool and I get the ouput table:

 

Andreina_0-1659605243787.png

 

Hope it helps!

Andreina

 

 

 

 

 

AJuliet
6 - Meteoroid

Hi Andreina, thank for the help, I'll say it helped me getting close to the output but not the exact.

davidskaife
14 - Magnetar

Hi @AJuliet 

 

I've replicated what @Andreina suggested and the results are coming through the same with one difference; you can't have columns with the same name:

 

DavidSkaife_0-1659615615425.png

 

Labels
Top Solution Authors