R
RixMcx
Obviously this ([Finish Variance]/ ProjDateDiff(Phase Start,Phase Finish))
does not work because I can't figure out how to capture Phase start and
finish in the formula. I want to report on indivdual phase health by
comparing Finish Variance to phase duration.
This alternative ([Finish Variance]/(ProjDateDiff([Project
Start],[Finish]))*100) works but I would like to use the phase. Something
like;
IIf([name]= "Design Phase" and [SubTask]="Design Phase",[Finish Variance]/
ProjDateDiff(Phase Start,Phase Finish,IIf([name]= "Test Phase" and
[SubTask]="Test Phase",[Finish Variance]/ ProjDateDiff(Phase Start,Phase
Finish,
and so on.
does not work because I can't figure out how to capture Phase start and
finish in the formula. I want to report on indivdual phase health by
comparing Finish Variance to phase duration.
This alternative ([Finish Variance]/(ProjDateDiff([Project
Start],[Finish]))*100) works but I would like to use the phase. Something
like;
IIf([name]= "Design Phase" and [SubTask]="Design Phase",[Finish Variance]/
ProjDateDiff(Phase Start,Phase Finish,IIf([name]= "Test Phase" and
[SubTask]="Test Phase",[Finish Variance]/ ProjDateDiff(Phase Start,Phase
Finish,
and so on.