Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to Add sum of rows to a new column.

tarunIMDG
7 - Meteor

I am trying to figure out the below -

Need to insert the sum two rows to a new column. Attached is the sample data with expected result and calculation -

 

Sample Data.png

5 REPLIES 5
Qiu
21 - Polaris
21 - Polaris

@tarunIMDG 
If I understand correctly, we are looking at a RunningTotal Tool. 😁

aa.PNG

Alteryx_AR
12 - Quasar

@tarunIMDG You can also use multirow formula tool.

 

ArtiRajput_0-1650072672565.png

ArtiRajput_2-1650072784839.png

 Hope this helps you :)

 

 

tarunIMDG
7 - Meteor

@Alteryx_AR wrote:

@tarunIMDG You can also use multirow formula tool.

 

ArtiRajput_0-1650072672565.png

ArtiRajput_2-1650072784839.png

 Hope this helps you :)

 

 



Yes.. it definitely worked and saved a lot of time from creating joins. But I am facing one more problem after using the multi-row formula.  In the row highlighted.. the running total should be 9.48 but its giving me zero. Do you know why is this happening or any way to solve that? (see screenshot attached)

The row 11 should give me 9,48 while row 15 and row 16 should give me 240.94 

tarunIMDG_0-1650074719266.pngtarunIMDG_1-1650074750884.png

tarunIMDG_2-1650074875808.png

 

 

 

tarunIMDG
7 - Meteor

.

binuacs
21 - Polaris

@tarunIMDG as @Qiu mentioned Running Total is a good option in this usecase

 

binuacs_0-1650114321335.png

 

Labels
Top Solution Authors