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

multi row formula

xariet
8 - Asteroid

Hi!

 

I am trying to combine values from two rows into one for each corresponding ID. My example file contains first table as my data now and second table my desired output. I am guessing I need to use multirow formular here, just can't figure it out .

 

Thank you for your help!

 

 

 

 

1 REPLY 1
ntakeda
12 - Quasar

1.since the ID contains null values, use a multi-row formula to fill the nulls with the value from the row above.

2. concatenate the data.

I am attaching a workflow file, so please refer to it.

Labels
Top Solution Authors