R
Ramush
Hi, how would I generate the following report:
I defined one custom field called Late Task from type Flag
IIf([Finish]<Now() And [% Complete]<100,1,0)
Now I want to define another numeric / percentage field showing what is the
percentage of tasks that are not late for the whole project? for example:
Late Task = No for 70 tasks out of 100 tasks
New Field = 70/100 showing 0.7
I defined one custom field called Late Task from type Flag
IIf([Finish]<Now() And [% Complete]<100,1,0)
Now I want to define another numeric / percentage field showing what is the
percentage of tasks that are not late for the whole project? for example:
Late Task = No for 70 tasks out of 100 tasks
New Field = 70/100 showing 0.7