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.

binu_acs
21 - Polaris
bubblyjai1982
8 - Asteroid

Perfect !!

Thank you for quick response 

Labels
Top Solution Authors