G
Guest
I am pulling data from Oracle and performing a sum in a pass-through query.
In my second step, through Query Builder, I am trying to create a cumulative
sum of the data.
My data fields are:
YYYYMM: Year/ Month of Data (text field)
ST: State (text field)
CLDATE: Closed Date (date field)
SAVINGS: Savings (number)
Sample Data:
YYYYMM ST CLDATE SAVINGS
200601 NY 01/03/06 100
200601 NY 01/03/06 100
200601 NJ 01/03/06 100
200602 NY 01/04/06 100
I am trying to do a cumulative sum of savings by yrmo, st, and date. I have
tried many of the solutions presented through this forum, but have not been
able to make anything work. Any help would be greatly appreciated.
Thanks.
In my second step, through Query Builder, I am trying to create a cumulative
sum of the data.
My data fields are:
YYYYMM: Year/ Month of Data (text field)
ST: State (text field)
CLDATE: Closed Date (date field)
SAVINGS: Savings (number)
Sample Data:
YYYYMM ST CLDATE SAVINGS
200601 NY 01/03/06 100
200601 NY 01/03/06 100
200601 NJ 01/03/06 100
200602 NY 01/04/06 100
I am trying to do a cumulative sum of savings by yrmo, st, and date. I have
tried many of the solutions presented through this forum, but have not been
able to make anything work. Any help would be greatly appreciated.
Thanks.