A
Adrian
Hi,
I want to be able to calculate the cost of the work on a task from a user
defined date to the end of the task, irrespective of progress on teh task.
Assume the following :-
A 4 week task, with a single resource assigned full time.
The task starts on Monday the 14th August and has a 4 week duration.
At any time from now to the end of the task I need to be able to calculate
the work that is scheduled to be done on the task from a date I choose to
the end of the task, and thereby calculate the cost. I need this to work
even if progress has been entered, or if a work contour has been assigned.
Ive been thinking about this and noticed that if I bring up the Resource
Graph this can show the cumulative work value for a resource. So i'm
thinking that if this can be done for each single task in turn, then it
should be possible to calculate from a given date the following value :=
Work - Cumulative Work from start of task to chosen date.
If thats possible then I can calculate the cost based on this.
The problem is that I am not a programmer and I wondered if someone could
help point me in the direction of some code that would do the above.
The code needs to ask the user for a date, run through each task in the
project (ignoring summary tasks) and place the resulting value in a custom
field.
I'd appreciate any guidance on this.
Thanks
Adrian
I want to be able to calculate the cost of the work on a task from a user
defined date to the end of the task, irrespective of progress on teh task.
Assume the following :-
A 4 week task, with a single resource assigned full time.
The task starts on Monday the 14th August and has a 4 week duration.
At any time from now to the end of the task I need to be able to calculate
the work that is scheduled to be done on the task from a date I choose to
the end of the task, and thereby calculate the cost. I need this to work
even if progress has been entered, or if a work contour has been assigned.
Ive been thinking about this and noticed that if I bring up the Resource
Graph this can show the cumulative work value for a resource. So i'm
thinking that if this can be done for each single task in turn, then it
should be possible to calculate from a given date the following value :=
Work - Cumulative Work from start of task to chosen date.
If thats possible then I can calculate the cost based on this.
The problem is that I am not a programmer and I wondered if someone could
help point me in the direction of some code that would do the above.
The code needs to ask the user for a date, run through each task in the
project (ignoring summary tasks) and place the resulting value in a custom
field.
I'd appreciate any guidance on this.
Thanks
Adrian