W
Wendy
I am trying to create three custom fields to show the rollup of durations per
phase on a project level. The issue I am encountering is created a project
level code that captures the task level custom codes for specific phases.
I can't get a handle on a specific task level fields created as the project
level.
Here are my formulas:
1) Phase 4 Task Level Custom Start Date [Enterprise Date1] with Rollup Minimum
IIf([Name]="PHASE 4-SITE SEARCH PROCESS",[Start],999999)
2) Phase 4 Task Level Custom Finish Date [Enterprise Date2] with Rollup
Maximum
IIf([Name]="PHASE 4-SITE SEARCH PROCESS",[Finish],0)
3) Phase 4 Project Level Custom Duration for Phase Does not work-
Calculation to Task Summary Rolls set to Use Formula
ProjDateDiff([Enterprise Date1],[Enterprise Date2])
It seems like my project level does not have reference to the specific Phase
4 test. This field returns a #error at the project level and an incorrect
duration of 0 days for the Phase 4 task.
Any help would be appreciated.
Thanks
Wendy
phase on a project level. The issue I am encountering is created a project
level code that captures the task level custom codes for specific phases.
I can't get a handle on a specific task level fields created as the project
level.
Here are my formulas:
1) Phase 4 Task Level Custom Start Date [Enterprise Date1] with Rollup Minimum
IIf([Name]="PHASE 4-SITE SEARCH PROCESS",[Start],999999)
2) Phase 4 Task Level Custom Finish Date [Enterprise Date2] with Rollup
Maximum
IIf([Name]="PHASE 4-SITE SEARCH PROCESS",[Finish],0)
3) Phase 4 Project Level Custom Duration for Phase Does not work-
Calculation to Task Summary Rolls set to Use Formula
ProjDateDiff([Enterprise Date1],[Enterprise Date2])
It seems like my project level does not have reference to the specific Phase
4 test. This field returns a #error at the project level and an incorrect
duration of 0 days for the Phase 4 task.
Any help would be appreciated.
Thanks
Wendy