Hi Kelly -
You can accomplish this with this textmode code:
valueexpression=IF({numberOfChildren}=0,IF({canStart},IF(CONTAINS("CPL",{status}),"",CONCAT({name}," - ",{role}.{name},"- ",{workRequired}/60,IF({workRequired}/60>ABS(1)," Hours"," Hour")))))
listdelimiter=<p>
listmethod=nested(tasks).lists
valueformat=HTML
displayname=Current Task / PCD
textmode=true
type=iterate
The issue you'll run into is that you can't force the results to group by task name so you'll get the breakdown by job role but they may not appear in sequence in the results.
