There's a few things I don't quite understand about this value
expression. valueexpression=IF({numberOfChildren}=0,this says if nothing
is nested under the task (no sub-tasks) IF({canStart},this says if the
previous predecessor is complete and this task can be started
IF(CONTAINS("CPL",{status}),this says if the task task status "contains"
CPL (Complete). Aren't we looking for incomplete tasks? Shouldn't it say
"if the task IS NOT complete", not CONTAINS? "",this says if the
statements above are...