Start Free Trial

Alteryx Designer Desktop Discussions

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

Excel copy table into the three columns

sonal
6 - Meteoroid

I am trying to achieve the following pattern of data using Alteryx. I have a sample dataset with products and 4 attributes. The result is desired in three columns with Product, attribute and their value.

Kindly suggest how this should be approached?

 

Sample Dataset -

 

   Sample DatasetSample Dataset

 

 

Desired Result

Result ExpectedResult Expected

 

 

 

2 REPLIES 2
Aaron_Harter
11 - Bolide

Hi @sonal

 

Check out the Transpose tool!  You'll likely want the [Prod] as the Key Column, with all other fields selected as Data Columns.  Then use a select tool to rename [Name] as [Attribute]: 

4.PNG

sonal
6 - Meteoroid

Thank you Aaron

Labels
Top Solution Authors