Hi Laura! This valueexpression should work to exclude tasks with the
name "Oversight":
valueexpression=IF(CONTAINS("Oversight",{name}),"",IF({numberOfChildren}=0,IF({canStart},IF(CONTAINS("CPL",{status}),"",CONCAT({name},"
")))) ----------- I did just want to mention - the code you provided
(and that I copied into my response) is going to show you more than just
the "Current" tasks - it's going to show you anything that has is Can
Start = True and in a status other than "CPL". So if you use stat...