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

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