Billy
2007-07-19 16:25:36 UTC
My question seems like a reasonably prevelant one, but there don't
seem to be many answers. So, I am going to ask again.
I need to see the monthly hours (or cost) of each resource which is
applied somewhere below the summary tasks. I need the roll-up by
month of each resource at each increasing summary task. Here is a
sample of what I am looking for:
jan feb mar apr
Summary Task
resource1 1 7 3 2
resource2 0 5 5 5
SubSummaryTask1
resource1 1 3
resource2 0 3
subtask1
resource1 1
subtask2
resource1 1
resource2 1
subtask3
resource2 2
subtask4
resource1 2
SubSummaryTask2
resource1 4
resource2 2
subtask5
resource1 2
subtask6
resource1 2
resource2 2
SubSummaryTask3
resource1 3 2
resource2 5 5
subtask7
resource1 3 2
resource2 5
subtask8
resource2 5
I know I can use Task Usage and get parts of this. However, the roll-
ups for task usage don't parse out the individual resources at the
summaries. The summaries add up the individual resources as well.
Further, if a summary task has a summary task under it, the roll-up
only occurs at the lowest Summary Task and then the rest of the
summary tasks up the chain are blanks.
Another way of saying what I am looking for is I want a listing of the
total of every resource per time period (e.g. every month) per summary
task.
I have attempted to produce this by creating a new view, but I haven't
got very far.
Please suggest the method to get this or provide any VBA code that can
do this.
Billy
using MS Project 2003
seem to be many answers. So, I am going to ask again.
I need to see the monthly hours (or cost) of each resource which is
applied somewhere below the summary tasks. I need the roll-up by
month of each resource at each increasing summary task. Here is a
sample of what I am looking for:
jan feb mar apr
Summary Task
resource1 1 7 3 2
resource2 0 5 5 5
SubSummaryTask1
resource1 1 3
resource2 0 3
subtask1
resource1 1
subtask2
resource1 1
resource2 1
subtask3
resource2 2
subtask4
resource1 2
SubSummaryTask2
resource1 4
resource2 2
subtask5
resource1 2
subtask6
resource1 2
resource2 2
SubSummaryTask3
resource1 3 2
resource2 5 5
subtask7
resource1 3 2
resource2 5
subtask8
resource2 5
I know I can use Task Usage and get parts of this. However, the roll-
ups for task usage don't parse out the individual resources at the
summaries. The summaries add up the individual resources as well.
Further, if a summary task has a summary task under it, the roll-up
only occurs at the lowest Summary Task and then the rest of the
summary tasks up the chain are blanks.
Another way of saying what I am looking for is I want a listing of the
total of every resource per time period (e.g. every month) per summary
task.
I have attempted to produce this by creating a new view, but I haven't
got very far.
Please suggest the method to get this or provide any VBA code that can
do this.
Billy
using MS Project 2003