1-Update your target schedule (or you can have a 2nd Target as a updating version) and use target percentage as a column directly.
2-(maybe CLIENT does not want you to touch their target) If all of your resource curves are linear. You can add a custom data item as planned percentage and write a global cange for it.
PLANED% - PLPC
TARGET S - TS
TARGET F - TF
Data Date - DD
Then PLPC=
IF DD is less than TS THEN 0
IF TS is less than DD is less than TF THEN (DD-TS)/(TF-TS)
IF DD is greater thanTF THEN 100
You need to run global change at every update.
Regards,
Safak
Member for
19 years
Member for19 years
Submitted by mimoune djouallah on Sat, 2009-04-11 15:01
Member for
17 years 5 monthsRE: Planned Percent (%) Complete
Dear Andy,
There are 2 quickest ways for it:
1-Update your target schedule (or you can have a 2nd Target as a updating version) and use target percentage as a column directly.
2-(maybe CLIENT does not want you to touch their target) If all of your resource curves are linear. You can add a custom data item as planned percentage and write a global cange for it.
PLANED% - PLPC
TARGET S - TS
TARGET F - TF
Data Date - DD
Then PLPC=
IF DD is less than TS THEN 0
IF TS is less than DD is less than TF THEN (DD-TS)/(TF-TS)
IF DD is greater thanTF THEN 100
You need to run global change at every update.
Regards,
Safak
Member for
19 yearsRE: Planned Percent (%) Complete
hi Andy
http://www.planningplanet.com/forum/forum_post.asp?fid=1&Cat=2&Top=26361
HTH
mimoune