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

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