Start Free Trial

Alteryx Designer Desktop Discussions

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

Moving rows from multiple columns based on a similar column value into a single row

timbeall20
6 - Meteoroid

Below is an example of the data I'm working with.

 

VendorProductModel #LocationOwner
BlackRubberTires10San FranciscoTyler
MotoZoneFairings20PortlandTyler
RaceCityDetailing30Dubai

Jen

GlassCentralReplacement40EnglandJen
BreathEZAirIntake50San FranciscoJen

 

I would like the data to show as follows:

 

OwnerVendorProductModelLocationVendor2Product2Model2Location2Vendor3Product3Model3Location3
TylerBlackRubberTires10San FranciscoMotoZoneFairings20Portland    
JenRaceCityDetailing30DubaiGlassCentralReplacement40EnglandBreathEZAirIntake50San Francisco

 

The variation number of vendors to owners vary with the data I'm using. 

 

I was able to do it for one of the columns using the Cross tab tool and then Text to Columns, but the list I'm working with is too large to have any one of the columns as the header when using the Cross tab tool.

 

Thank you in advanced for any support.

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@timbeall20 
It will be a typical use case for Combination and Cross Tab.

0124-timbeall20.png

timbeall20
6 - Meteoroid

Thank you Qiu, this worked exactly how I was hoping to. I appreciate the quick response. 

Labels
Top Solution Authors