J
JRCB
I'm trying to create simple health checks for projects and want to detect
1) links to/from summary tasks and
2) resources allocated to summary tasks
I appreciate the summary tasks are 'virtual tasks' but it IS possible to add
links to them and allocate resources to them, both practices I want to detect
and discourage.
I would like to count instances and had envisaged using custom number fields
with formulae like
iif([resource name]<>"",1,0) or iif(Predecessor]<>"",1,0) to id resource /
links
but the values in resource name / predecessors aren't detected in this sort
of formula. Can anyone tell me a way round this please? (I have no vba
knowledge and would like a simple 'user interface' solution if possible thta
I can then use on Proj Svr 2007 environment.
Thanks in anticipation
1) links to/from summary tasks and
2) resources allocated to summary tasks
I appreciate the summary tasks are 'virtual tasks' but it IS possible to add
links to them and allocate resources to them, both practices I want to detect
and discourage.
I would like to count instances and had envisaged using custom number fields
with formulae like
iif([resource name]<>"",1,0) or iif(Predecessor]<>"",1,0) to id resource /
links
but the values in resource name / predecessors aren't detected in this sort
of formula. Can anyone tell me a way round this please? (I have no vba
knowledge and would like a simple 'user interface' solution if possible thta
I can then use on Proj Svr 2007 environment.
Thanks in anticipation