Solved
Text mode to display a predecessors actual task name in a report
looking to have the actual pending predecessors name display in a task report instead of just the task number that is the predecessor.
looking to have the actual pending predecessors name display in a task report instead of just the task number that is the predecessor.
If you're in a task report, you can remove the "task" part of
listmethod=nested(task.predecessors).lists
so it reads
listmethod=nested(predecessors).lists
That sample is for an Assignment report
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.