H
hrskinn
I a query that collects the requried data into period buckets.
Now I need to be able to cumulative sum.
So Peroid 1 equals period 1,
Period 2 equals Period 1 + 2
Period 3 equals Period 1+2+3
and so on..
Any ideas on how to create a cumulative sum querey or is there another way
that is more efficent?
Harold
PERIOD REC_RTL DEPT
1 $25.00 10
2 $26.00 10
3 $27.00 10
Now I need to be able to cumulative sum.
So Peroid 1 equals period 1,
Period 2 equals Period 1 + 2
Period 3 equals Period 1+2+3
and so on..
Any ideas on how to create a cumulative sum querey or is there another way
that is more efficent?
Harold
PERIOD REC_RTL DEPT
1 $25.00 10
2 $26.00 10
3 $27.00 10