S
Sebastian Cordoba
Hello everyone.
One of the Managers of my company doesn´t want the project dates to change
when resources report their assignments, BUT he also needs an indicator which
shows the difference between the actual finish date and the baseline finish
date, so we can tell if the tasks AND the Project were finished on time,
before or after expected.
In order to achieve that, I created a Date custom Field called "Actual
Finish Date" (at task and project level). The idea is that resources report
the actual finish date using it (I included this custom field in "My
assignments" view) without affecting the "real" Actual Finish field of their
assignments. I also created a number custom field with the following formula
(and the respective graphic indicators):
IIf([Baseline Start]=projdatevalue("NA"),-999,IIf([% Work
Complete]<>100,-555,IIf([Actual Finish
Date]=projdatevalue("NA"),-555,([Actual Finish Date]-[Baseline Finish])/480)))
It works perfectly at the task level, but doesn't do it at the project
level: If I insert the column "Actual finish Date" (Project level) in Project
Professional and add a value for it, some kind loop begins and doesn't stop.
I can tell because the gantt starts to "blink" and the system gets slow.
Do you know whats going on?
By the way: If I erase the references to this field in the formula, this
doesn´t happen.
One of the Managers of my company doesn´t want the project dates to change
when resources report their assignments, BUT he also needs an indicator which
shows the difference between the actual finish date and the baseline finish
date, so we can tell if the tasks AND the Project were finished on time,
before or after expected.
In order to achieve that, I created a Date custom Field called "Actual
Finish Date" (at task and project level). The idea is that resources report
the actual finish date using it (I included this custom field in "My
assignments" view) without affecting the "real" Actual Finish field of their
assignments. I also created a number custom field with the following formula
(and the respective graphic indicators):
IIf([Baseline Start]=projdatevalue("NA"),-999,IIf([% Work
Complete]<>100,-555,IIf([Actual Finish
Date]=projdatevalue("NA"),-555,([Actual Finish Date]-[Baseline Finish])/480)))
It works perfectly at the task level, but doesn't do it at the project
level: If I insert the column "Actual finish Date" (Project level) in Project
Professional and add a value for it, some kind loop begins and doesn't stop.
I can tell because the gantt starts to "blink" and the system gets slow.
Do you know whats going on?
By the way: If I erase the references to this field in the formula, this
doesn´t happen.