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

Difference of rows using multi row formula.

SrinivasanSugumaran
8 - Asteroid

Hi Team,

 

I am trying to find the difference of. rows 1 & 2  in the last row (Delta) with multi row formula.

 

NameSales
 Anton 265028.7253
 Xavier251141.7401
 Delta  

 

I am unable to see Row-2 in the multi row formula to update the formula as 

 

if [ Name ]="Delta" then ([Row-2:Sales]- [Row-1:Sales])

else [Sales]

endif

 

SrinivasanSugumaran_0-1668256321956.png

Am i missing something.?

 

Can you pls. assist.

 

Thanks

SS

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @SrinivasanSugumaran 

 

Set Num Rows > 1

 

danilang_0-1668259297142.png

 

Dan

SrinivasanSugumaran
8 - Asteroid

Thanks @danilang 

 

Labels
Top Solution Authors