Hello, I am struggling to get this to work:
displayname=Testlistdelimiter=listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF(ISBLANK({actualCompletionDate}),IF({numberOfChildren}=0,IF(CONTAINS("
Test1 ",{name}),CONCAT({plannedCompletionDate}," -
",{name}),IF(CONTAINS(" Test1 ",{name}),CONCAT({plannedCompletionDate},"
- ",{name})))))valueformat=HTML I am trying to pull a Task within a
project that is named Test1 to a column in a project level report and
see it's status, but...