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