Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Calculate by rows

tgrondona
5 - Atom

Hi there, I am having trouble trying to calculate by rows.

As you can see in the attached example, what I want to do is to calculate row by row because my next row depends on previous values.

If the month changes, I want to add SUM_INT to SUM_USD.

Any idea how could I achieve that?

Thanks!

6 REPLIES 6
gabrielvilella
14 - Magnetar

Here is an example on how to use the multi row formula.

tgrondona
5 - Atom

Thanks for the reply. The problem is that I need the accumulated sum from the previous records. That is why I cant find a solution using multi row formula.

gabrielvilella
14 - Magnetar

Please provide a sample dataset of the input data and desired output. 

tgrondona
5 - Atom

The column ACC USD is the previous value + current USD + (IF change of month then ACC INT else 0)

ACC INT is the sum of previous int + current if month hasn't changed else is current INT.

Tks!

gabrielvilella
14 - Magnetar

On your file, why you do something different when the month changes on line 5, but the line below that which also has a different month, you don't do that? 

tgrondona
5 - Atom

I made a mistake in the last row. The date was supposed to be 05/02/2022

Tks

Labels