Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Creating Inputs for a Column

insomned
8 - Asteroid

Hello, 

 

I have a set of data similar to something as

 

Name

          Alisa

          Victoria

Age

       17

       18

 

I want the "Name" and "Age" to be also written right by Alisa and Victoria, and 17 and 18 respectively, so that it is:

 

Name

Name Alisa

Name Victoria

 

Age

Age 17

Age 18

 

How could I achieve this?

 

Thanks a lot!

 

 

4 REPLIES 4
PhilipMannering
16 - Nebula
16 - Nebula

Hi @insomned 

 

Something like this should get you what you want,

PhilipMannering_0-1679993071182.png

 

martinding
13 - Pulsar

Hi @insomned ,

 

Transpose Tool to the rescue!

martinding_0-1679993084532.png

 

PhilipMannering
16 - Nebula
16 - Nebula

Actually, my mistake, a far simpler way would be using the Multi-Field,

PhilipMannering_0-1679993212512.png

 

martinding
13 - Pulsar

@PhilipMannering Nice approach!

Labels
Top Solution Authors