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

Perform a loop to read a specific value

shehryarazhar
6 - Meteoroid

Hi,

 

I am struggling to find a way to perform a loop to read a specific value. I am trying to perform a lookup against specific values in a column and create unique strings. For example, the data is organised as below. Each x is linked to the y immediately preceding it and therefore, I want to lookup the column 2 value against the y and assign it to the x values under it. Appreciate suggestions to help solve this issue.

 

column 1 column 2

y              123

x              

x

x

y               345

x

x

x

x

x

3 REPLIES 3
DanielG
12 - Quasar

@shehryarazhar - check out the multirow tool

Felipe_Ribeir0
16 - Nebula

Another option, also using the multirow:

 

multi.png

shehryarazhar
6 - Meteoroid

Thanks a lot. It got me on the right track. I used a modified version of your proposal to fit my data. 

Labels
Top Solution Authors