Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Transposing dataset with multiple categories in rows

wavincat
5 - Atom

Hello Everyone,

 

I have run into an issue with transforming input data, where I need to transform input data per the screenshot attached - essentially so that there is a separate row input for each customer for each month.

 

Main trouble is that Alteryx struggles to recognise the multi row categories and therefore transform it and so on.

 

 

CURRENT DATA FORMAT:          
           
 2020202020202020202020202020202020202020
 7777788888
CategoryQtySalesCOGSGross ProfitGP%QtySalesCOGSGross ProfitGP%
Company A12345678910
Company B11121314151617181920
           
DESIRED OUTPUT DATA FORMAT:          
 CompanyQtySalesCOGSGross ProfitGP%    
2020-7Company A12345    
2020-7Company B1112131415    
2020-8Company A678910    
2020-8Company B1617181920    

 

Can somebody help with this ASAP? 

 

Thanks!!

2 REPLIES 2
ArtApa
Alteryx
Alteryx

Hi @wavincat - Here is a possible solution for you:

TransposeDataAA.jpg

wavincat
5 - Atom

That's perfect. thank you for your help!!

Labels
Top Solution Authors