U
Uttkarsh Kalia
Hi,
I am using EPM 2007 environment. I have created Task Progress custom
indicator field at task level. The issue is when I change the baseline from
Baseline to Baseline1 the indicator shows blank in the field. If I
re-baseline on the default baseline it shows the indicators. I want the
formula should work when baseline is changed to new baseline.
IIf(len(Cstr([Project Baseline Check]))<3,"No Baseline",IIf([%
Complete]=100,IIf([Finish Variance]>0,"Late Completion",IIf([Finish
Variance]<0,"Early Completion","Completed")),IIf(ProjDateDiff([Current
Date],[Baseline Start])/480>0 And [% Complete]=0,"Not
Started",IIf(ProjDateDiff([Baseline Finish],[Current Date])/480>0,"Late","On
Time"))))
Is my formula wrong?
Any help will be appreciated
Thanks in advance!
I am using EPM 2007 environment. I have created Task Progress custom
indicator field at task level. The issue is when I change the baseline from
Baseline to Baseline1 the indicator shows blank in the field. If I
re-baseline on the default baseline it shows the indicators. I want the
formula should work when baseline is changed to new baseline.
IIf(len(Cstr([Project Baseline Check]))<3,"No Baseline",IIf([%
Complete]=100,IIf([Finish Variance]>0,"Late Completion",IIf([Finish
Variance]<0,"Early Completion","Completed")),IIf(ProjDateDiff([Current
Date],[Baseline Start])/480>0 And [% Complete]=0,"Not
Started",IIf(ProjDateDiff([Baseline Finish],[Current Date])/480>0,"Late","On
Time"))))
Is my formula wrong?
Any help will be appreciated
Thanks in advance!