N
Neil Peterson
Today I was asked a simple question -- "How man person-days of time has
the QA group put into Projects X,Y, and Z"
Cool question. Its good to have them so comfortable with the schedules
that they are starting to ask questions like that.
I'm running Project2003 stand alone, master file, resource pool, 20 odd
linked project files (plus a few small projects just in the master).
My boss assumed it was as easy as looking at the summary tasks for the
"work" column since I had filtered the view to Resource Group (QA), but
that's not the way the rollups work.
There's probably a way to answer that questiuon in reports but I haven't
done at lot of work on that.
I've been trying to learn about custom fields so I thought I would try
and answer it that way.
Insert a currently blank duration column
Do the "customize fields" thing on that column.
Set it for a formula
Set the task/group summary to "sum"
Set the display to "data"
Nice and easy. It should now come down to the formula. I tried
IIf(InStr([Resource Group],"QA",1)>0,[Work],0)
(have to use InStr rather than StrComp as I need to ask for "resouce
group contains" rather than "resource group equals").
The column in question is still filled with 0d durations including cells
which should be filled with data.
I've got the feeling its something obvious that I'm missing.
Any suggestions?
Neil Peterson
Project Manager
Maplesoft
(e-mail address removed)
(519) 747-2373 x 334
www.maplesoft.com
the QA group put into Projects X,Y, and Z"
Cool question. Its good to have them so comfortable with the schedules
that they are starting to ask questions like that.
I'm running Project2003 stand alone, master file, resource pool, 20 odd
linked project files (plus a few small projects just in the master).
My boss assumed it was as easy as looking at the summary tasks for the
"work" column since I had filtered the view to Resource Group (QA), but
that's not the way the rollups work.
There's probably a way to answer that questiuon in reports but I haven't
done at lot of work on that.
I've been trying to learn about custom fields so I thought I would try
and answer it that way.
Insert a currently blank duration column
Do the "customize fields" thing on that column.
Set it for a formula
Set the task/group summary to "sum"
Set the display to "data"
Nice and easy. It should now come down to the formula. I tried
IIf(InStr([Resource Group],"QA",1)>0,[Work],0)
(have to use InStr rather than StrComp as I need to ask for "resouce
group contains" rather than "resource group equals").
The column in question is still filled with 0d durations including cells
which should be filled with data.
I've got the feeling its something obvious that I'm missing.
Any suggestions?
Neil Peterson
Project Manager
Maplesoft
(e-mail address removed)
(519) 747-2373 x 334
www.maplesoft.com