Hi Jeremy, With credit to WF-Pro.com . . . . there's some example text
mode code on here that should achieve exactly what you are looking for.
The below code will return the name and planned completion date of all
tasks that are currently being working on, or can start in a project
valueexpression=IF({numberOfChildren}=0,IF({canStart},IF(CONTAINS("CPL",{status}),"",CONCAT({name},"
-
",{plannedCompletionDate}))))listdelimiter=listmethod=nested(tasks).listsvalueformat=HTMLdisplayname=Current
Taskt...