allison
03-25-2008, 05:56 AM
I need help working through the logical next steps please.
Each month, we'll receive data that is split out by state, employee, status (there are 3) and month (Jan - Dec). Those are the columns. Each row has a different combination of state, employee and status. The states that appear are only ones that have had activity.
The rollup that needs to be done is by all states, status and month. Thanks to xld, my pivot table is working now - and it's done with that state and the status as rows and each of the months as data fields.
The pivot table looks like this:
SC open sum of jan 1
sum of feb 2
closed sum of jan 0
sum of feb 8
I now need to move those state/status totals to the rollup report.
Because there are more states on the rollup than the actual activity, I can't just move the summed fields over. How is the best way to get them moved over?
I guess, though, the bigger question is - am I doing this with the correct steps? My thought process was
1. Total the data (I thought that a pivot table would be easier)
2. Put into the rollup report. If there are states that aren't on the data, they'd be set to zero on the rollup.
Thanks.
Each month, we'll receive data that is split out by state, employee, status (there are 3) and month (Jan - Dec). Those are the columns. Each row has a different combination of state, employee and status. The states that appear are only ones that have had activity.
The rollup that needs to be done is by all states, status and month. Thanks to xld, my pivot table is working now - and it's done with that state and the status as rows and each of the months as data fields.
The pivot table looks like this:
SC open sum of jan 1
sum of feb 2
closed sum of jan 0
sum of feb 8
I now need to move those state/status totals to the rollup report.
Because there are more states on the rollup than the actual activity, I can't just move the summed fields over. How is the best way to get them moved over?
I guess, though, the bigger question is - am I doing this with the correct steps? My thought process was
1. Total the data (I thought that a pivot table would be easier)
2. Put into the rollup report. If there are states that aren't on the data, they'd be set to zero on the rollup.
Thanks.