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

running cumulative sum

geeksqaud
8 - Asteroid

Hi,

 

i am trying to a get a running sum of points for an employee . Tried different ways but couldn't get to the solution

 

 

 

 

 

 

 

EmployeeNumber	Points	Employee Name	start	end	Calculated Column based on Column B- points
5925801	2	John	9/11/2022	9/13/2022	10
5925801	2	John	3/6/2022	3/6/2022	8
5925801	2	John	1/9/2022	1/11/2022	6
5925801	2	John	12/25/2021	12/26/2021	4
5925801	1	John	12/1/2021	12/4/2021	2
5925801	1	John	10/29/2021	10/30/2021	1

 

 

 

 

 

 

 

 

Appreciate your help with this.

 

 

Thanks in Advance

1 REPLY 1
IraWatt
17 - Castor
17 - Castor

Hey @geeksqaud,

Here is one way to do this:

IraWatt_0-1663927108467.png

First thing to point out is there is a running total tool which you can use to get a running total grouped by each employee (see above). The tool works top down so before it I ordered the data ascending by end date. I also had to convert your text date to a date data type. 

 

Any questions or issues please ask

Ira Watt
Technical Consultant
Watt@Bulien.com 

 

Labels
Top Solution Authors