M
Michael Jansen
I created a new view based on some native fields along with some custom
fields. None of the custom field values are calculating and showing up in the
view:
The custom fields do not seem to be complicated. here they are
Earned Work hours = INT([Work]/60)*([Physical % Complete]/100)
Productivity = IIf([Actual Work]=0,0,([Earned Work Hours]/([Actual
Work]/60))*100)
WorkHours Forecast = IIf([Actual
Work]=0,([Work]/60),([Work]/60)/([Productivity]/100))
The view is set at the Security Category of "My Projects"
Thanks,
fields. None of the custom field values are calculating and showing up in the
view:
The custom fields do not seem to be complicated. here they are
Earned Work hours = INT([Work]/60)*([Physical % Complete]/100)
Productivity = IIf([Actual Work]=0,0,([Earned Work Hours]/([Actual
Work]/60))*100)
WorkHours Forecast = IIf([Actual
Work]=0,([Work]/60),([Work]/60)/([Productivity]/100))
The view is set at the Security Category of "My Projects"
Thanks,