A
ashT
Hi, I tested a formula to calculate the Planned % complete on an offline
project. It worked fine, then I added that formula to the Enterprise fields
in Enterprise Global. Now when I add that field to a view, it shows blank.
Can you help me?
This the formula i used:
IIf([Baseline Finish]<=now(),"100",IIf([Baseline
Start]>now(),0,int(0.5+100*(ProjDateDiff([Baseline Start],now())/[Baseline
Duration])))) & "%"
project. It worked fine, then I added that formula to the Enterprise fields
in Enterprise Global. Now when I add that field to a view, it shows blank.
Can you help me?
This the formula i used:
IIf([Baseline Finish]<=now(),"100",IIf([Baseline
Start]>now(),0,int(0.5+100*(ProjDateDiff([Baseline Start],now())/[Baseline
Duration])))) & "%"