Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Column on open task report that shows next task

Avatar

Level 1

I am creating a task report to enable project owners to bulk update task statuses and I need a column on the report that shows what the next task on the applicable project is.

 

I am not looking for the next ready to start task - what I need is for the project owners to be able to see what the next task up is going to be before they mark the existing open task as complete. The report is already pulling in just the current ready to start task on a set of projects. 

 

I am assuming that this would be a text mode field but I'm not having any luck figuring out the syntax I need. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

If you are using predecessor relationships, you can add a text mode column:

 

displayname=Successor Tasks
listdelimiter=<p>
listmethod=nested(successors).lists
type=iterate
valuefield=successor:name
valueformat=HTML

 

KellieGardner_0-1746728566996.png

 

 

 




Avatar

Administrator

@Laramie_Newborn Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni