I use the following to display the predecessor and successor with the task number, name, primary assignee, and planned completion date.
displayname=Predecessor(s)
listdelimiter=<br>
listmethod=nested(task.predecessors).lists
textmode=true
type=iterate
valueexpression=CONCAT("(Task#: ",{predecessor...