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.

Changing how data is oriented

NY2BOS
7 - Meteor

Hello all my data come in like this 

VariableVariable NameID
Color

Blue

1
SizeLarge1
Price$5.001
ColorRed2
SizeSmall2
Price$4.002

 

However I want the data to look like this

IDColorSizePrice
1BlueLarge$5.00
2RedSmall$4.00

 

this is an example of how the data comes in there are actually 16 columns with data. 

Thank you for all your help in advance.

1 REPLY 1
PHinkel
7 - Meteor

Hi @NY2BOS , you will want to use the Cross-Tab tool with the following settings:

PHinkel_0-1680787377036.png

 

Labels
Top Solution Authors