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.
SOLVED

Repeat Values in one Column basis values in another Column

Aakash1
6 - Meteoroid

Hi,

 

I have an Input Data set like below

 

Letter     Digit

   A           1

   B           2

   C           3

 

I want to repeat the values under Letter Column for every unique value in Digit Column. For example below is the Output, I would like to see.

 

Letter     Digit

   A           1

   A           2

   A           3

   B           1

   B           2

   B           3

   C           1

   C           2

   C           3

 

Can someone please help me in getting the desired output.

 

Thanks

 

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Aakash1 

 

Append tool is perfect for this. Here is how you can do it.

Workflow:

atcodedog05_0-1632767187069.png

 

Hope this helps : )

Aakash1
6 - Meteoroid

Thank You @atcodedog05 

 

The solution worked for me.

Labels
Top Solution Authors