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

Copy and Paste in the same field through looping

rouzu
7 - Meteor

Greeting, Please help me how to copy the row field like this in alteryx, which I want to copy and paste are the value from the class A until E to Lily, John , Sonny, Robert and Eve, also the row Jack until Sora. Which tool are used?

 

Name Class

Adam      A
carl         B
Hans      C
Alli          D
Kahm     E
Lily
John
Sonny
Robert
Eve
Jack
Sam
Katty
Nahm
Sora

4 REPLIES 4
JoshKushner
12 - Quasar

You'll want to use the multi-row tool to assign letters based on the previous row.

I've attached a sample workflow.

 

Flow:

flow.PNG

 

Results:

results.PNG

 

Multi-Row Tool:

multi row.PNG

rouzu
7 - Meteor

Thank you for your reply, really appreciate.

vishwa_0308
11 - Bolide

Hi @rouzu,

 

This is my version of solution for your query as You want to fill all you remaining "Class" field with A to E. I have used Multi-row formula and changed the Num Rows to 5 to traverse upto 5 letters(A,B,C,D,E) only.

 

Note: I have already given A to E to first 5 names as per your given inputs after then this will assign A to E to all the names as per the solution.

 

Copy.png

 

Best,

Vishwa

rouzu
7 - Meteor

This also works for me, really appreciate this technique. Thank..

Labels
Top Solution Authors