M
MF Scheetz
MS Project 2003 SP2
I have the following formula in a field:
IIf(isnull([Text8]) And [Work]=0 Or [Number6]=0 And [% Complete]=100,[%
Complete],[Number6])
It works great on the lowest level items, but on any upper level items, it
leaves [Number9] = 0 regardless of what is in [Number6].
I've tried iif(isnull([WBSSuccessor]),[Number6],IIf(isnull([Text8]) And
[Work]=0 Or [Number6]=0 And [% Complete]=100,[% Complete],[Number6]))
But this turns up the same result.
Is there any way to set all parent/upper level itmes to [Number6] while
still running the function for all the child/lowest level items?
Thanks in advance,
-Matt
I have the following formula in a field:
IIf(isnull([Text8]) And [Work]=0 Or [Number6]=0 And [% Complete]=100,[%
Complete],[Number6])
It works great on the lowest level items, but on any upper level items, it
leaves [Number9] = 0 regardless of what is in [Number6].
I've tried iif(isnull([WBSSuccessor]),[Number6],IIf(isnull([Text8]) And
[Work]=0 Or [Number6]=0 And [% Complete]=100,[% Complete],[Number6]))
But this turns up the same result.
Is there any way to set all parent/upper level itmes to [Number6] while
still running the function for all the child/lowest level items?
Thanks in advance,
-Matt