Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Using Alteryx mutilrow formula

HA
8 - Asteroid

Hi,

I appreciate some help in creating cumulative return column using multi-row formula. I added the Excel formual which I use to generate the value in the third column

 

thank you

 

AB 
-0.080059100 
-0.09911399.90089=B2*(1+A3/100)
-0.32713199.57408=B3*(1+A4/100)
-0.19085499.38404=B4*(1+A5/100)
1 REPLY 1
Joe_Mako
12 - Quasar

How about:

 

[Row-1:B]*(1+[A]/100)

 

You can change the option for "Values for Rows that don't Exist" to NULL if you would like a Null value instead of a zero value when there is no prior record.

 

multi row.png

Labels