We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to create a single column from some

MinaN
7 - Meteor

Hello 

I need help on creating a single column based on other column
I have table which has below column 

Code, level1, level2, level3, level4, level5, level6
So I need to create a Description column like below format
code   Description
123     Level1's value
123     level2's value
123    level3's value
123    level4's value
123    level5's value

Kindly suggest!

Thanks in advanced.

7 REPLIES 7
binuacs
21 - Polaris

@MinaN can you provide a sample input file and expected result for better understanding? 

alexnajm
18 - Pollux
18 - Pollux

Sounds like a Transpose tool, but agreed with @binuacs that more info would be better

MinaN
7 - Meteor

Hi @binuacs & @alexnajm , I have attached a sample file with sample input & output.

Thanks so much for your support

Royal-TV-UK-IPTV
5 - Atom

Sounds good

flying008
15 - Aurora

Hi, @MinaN 

 

FYI.

 

录制_2025_04_22_08_33_40_294.gif

binuacs
21 - Polaris

@MinaN one way of doing this

image.png

kanungoprashant
5 - Atom

+1

Labels
Top Solution Authors