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.

running cumulative sum based on a column

geeksqaud
8 - Asteroid

How do i achieve the below calculated field based on points column?

 

RS.JPG

5 REPLIES 5
apathetichell
20 - Arcturus

Change start into a date. Sort start ascending. Use Running Total tool (Transform tool palette with points as your sum column)...

binu_acs
21 - Polaris

@geeksqaud One way of doing this

binuacs_0-1663879327383.png

 

geeksqaud
8 - Asteroid

geeksqaud_0-1663879886402.png

 

binu_acs
21 - Polaris

@geeksqaud 

1. add a record id tool after text tool

2., sort it in descending order of record id field,

3. add running total tool to points

4. sort record id field in ascending order

Emmanuel_G
13 - Pulsar

@geeksqaud 

 

Find attached the way of doing that.

 

Let me know if there is any issue and do not hesitate to mark this answer as solution if it helped.

 

Emmanuel_G_0-1663924907736.png

 

Labels
Top Solution Authors