Expand my Community achievements bar.

Text mode to display a predecessors actual task name in a report

Avatar

Level 1

looking to have the actual pending predecessors name display in a task report instead of just the task number that is the predecessor. 

1 Reply

Avatar

Community Advisor

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}.{taskNumber},") - ",{predecessor}.{name}," - ",{predecessor}.{assignedTo}.{name}," - ",{predecessor}.{plannedCompletionDate})
valueformat=HTML
displayname=Successor(s)
listdelimiter=<br>
listmethod=nested(task.successors).lists
textmode=true
type=iterate
valueexpression=CONCAT("(Task#: ",{successor}.{taskNumber},") - ",{successor}.{name}," - ",{successor}.{assignedTo}.{name}," - ",{successor}.{plannedCompletionDate})
valueformat=HTML

 

ScreenShot 2024-10-03 at 3.05.56 PM.jpg

TIP: if this solved your problem, I invite you to consider marking it as a Correct Answer to help others who might also find it of use.
If you like my content, please take a moment to view and vote on my Idea Requests: https://tinyurl.com/mysocalledideas