R
RSon
Hello....I need to create a rolling sum for a certain field. This is the
table and my output fied should be equal to rolling sum. I would need to
start a new rolling sum for each region. Is there a way to accomplish that
in one query?
Region Total Payout Rolling Sum
LA 5 5
LA 4 9
LA 4 13
LA 3 16
Southern 4 4
Southern 3 7
Southern 3 10
ANy help would be great! Thank you!!
table and my output fied should be equal to rolling sum. I would need to
start a new rolling sum for each region. Is there a way to accomplish that
in one query?
Region Total Payout Rolling Sum
LA 5 5
LA 4 9
LA 4 13
LA 3 16
Southern 4 4
Southern 3 7
Southern 3 10
ANy help would be great! Thank you!!