Viewing a Successor Column | Community
Skip to main content
Level 2
February 8, 2018
Question

Viewing a Successor Column

  • February 8, 2018
  • 12 replies
  • 2748 views
I need to view a successor column. In complex projects, I need to ensure everything has a successor to make sure I have a valid critical path. Any ideas on how to add the column to a view or how to find/display tasks with no successors? I've looked at some of the previous threads, but the links to the original content are no longer valid. Therese
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

12 replies

Level 10
February 12, 2018
This is great. Thanks David, Doug, and Allison. Answers I couldn't get from Workfront 3 years ago �� Vic Alejandro, PMP, CSM | IT Program Manager Denver Water | t: (303-628-7262) | c: (303-319-6473) "http://www.denverwater.org/"> http://www.denverwater.org INTEGRITY | VISION | PASSION | EXCELLENCE | RESPECT
Christina_Jarosz
Level 9
January 13, 2020
I know this is an old thread, but for some reason none of the code in here works - there's no successors listed in the report even though they exist. Did WF change the coding?
August 22, 2023

Code still works. I like it a bit cleaner than the above so just using task numbers separated by commas:

 

 

description=Successor Details displayformat=HTML listdelimiter=, listmethod=nested(successors).lists name=Successor Details shortview=false textmode=true type=iterate usewidths=true valueexpression={successor}.{taskNumber} valueformat=HTML width=400