Hi John,
Thanks for your response. It looks like I’m going to have to go with the
VBA option. Since my resources don’t all use the same date ranges for their
fiscal years, rate table line items are need to calculate each task’s total
Cost. But, I now also want to see costs broken out and based on work
performed within the dates for each line entry of the rate table.
All my resources have three entries in their cost rate table. The first
line in each resource cost rate table represents FY06 (note: these date
ranges for FY06 differ slightly from resource to resource). Second line
represents FY07. And so on. I’m thinking I should be able to write a VBA
that can get Cost6 to be the cost of a task for work done within the date
ranges identified in the first line of the assigned resource cost rate table
(ie FY06). Then get Cost7 to be the cost of a task for work done within the
date ranges identified in the second line of resource cost rate table (ie
FY07). And so on. Is this something along the line you were thinking for a
VBA? If so, do you know the field names for the individual line items with
the cost rate table?
p.s. Hope my Word’s auto spell checker has embarrassed me again. ïŠ
--
Thanks,
Russ
John said:
Russ,
First let me address your current use of the cost rate tables. If I
understand your post correctly it sounds like you are using a single
cost rate schedule for all resources but not all resource pay rates are
synced to the fiscal year. The solution for that is to use
individualized cost rate tables for each resource that is different from
the rest. For example, let's say resources 1 through 10 are all on the
company fiscal year cost rate schedule but resources 11 & 12 are on a
different cost rate schedule (e.g. calendar year). Use fiscal year based
cost rate table "A" for the first ten resources and then create a
calendar year based cost rate table for resources 11 & 12. Both can be
table "A" or any of the other four tables. Note that cost rate table "A"
is the default. If a different cost rate table is used, it must be
individually selected on an assignment row in a Usage view (Resource or
Task).
With regard to your custom column idea. Just for reference, it's "Gantt"
not "gaunt". To see costs by fiscal year your best bet is to use one of
the Usage views set up with a fiscal year based timescale (i.e. select
the "use fiscal year" option in the Format/Timescale window - note, you
must also set Tools/Options/Calendar tab for the start month of the
fiscal year). The fiscal year data could be shown in a task view (e.g.
Gantt Chart view) in spare fields but it would require VBA to sum up the
timescale data and dump it into each spare field designated for each
year. Keep in mind though, if you set up the timescale display to show
costs by fiscal year, it will do so for all resource assignments, not
just those on a fiscal year schedule. If VBA is used, individualized
costs by time period (fiscal or calendar) could be shown in spare fields.
Hope this helps.
John
Project MVP
Hi John,
Thanks for your response. Since my resources don’t all use the same date
ranges for their fiscal years, it looks like I’m going to have to go with the
VBA option.
All my resources have three entries in their cost rate table. The first
line in each resource cost rate table represents FY06 . Second line
represents FY07. And so on(note: these date ranges for FYs differ slightly
from resource to resource). I’m thinking I should be able to write a VBA
that can get Cost6 to be the cost of a task for work done within the date
ranges identified in the first line of the assigned resource cost rate table
(ie FY06). Then get Cost7 to be the cost of a task for work done within the
date ranges identified in the second line of resource cost rate table (ie
FY07). And so on. Is this something along the lines you were thinking for a
VBA? If so, do you know the field names for the individual line items within
the cost rate table?
p.s. Hope my Word’s auto spell checker hasn't embarrassed me again.
