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: Enter text under T-1 Row

bubblyjai1982
8 - Asteroid

Hi All,

 

Need your assistance I'm beginner and learning Alteryx !! Using Multi Row Formula I want to have the output in below format.

 

If Row 0 contains "Payment to Counterparty" then Row -1 should be "Payment to Counterparty" otherwise Null ().

 

In other words want to have text of Row 0  under Row -1

 

I tried using below formula but output is incorrect...IF contains([Comments],"Payment to Counterparty") Then [Row-1:Comments]=[Row-1:Comments] Else Null()ENDIF

 

Please find the workflow and input file. 

 

Many Thanks

Bubbly

3 REPLIES 3
apathetichell
20 - Arcturus

If Row+1 contains "Payment to Counterparty" then  "Payment to Counterparty" otherwise Null ().

 

you are chanigng the value of a file in row 0- so check row+1 for value.

binuacs
21 - Polaris
bubblyjai1982
8 - Asteroid

Perfect !!

Thank you for quick response 

Labels
Top Solution Authors