Skip to main content
Lawson02
Level 6
January 2, 2025
Solved

Reference Task's collection in project report

  • January 2, 2025
  • 7 replies
  • 953 views

Is it possible to reference a task's collection in a project report? Yes I know that I can just make a task report for this but I would like to get to know the syntax and what the limitations are before creating a whole new report.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kurt_Jones

Lawson02, yes, you can do this but you'll need to do textmode.  This link, https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/text-mode/reference-collections-report, gives a good example of the format to show tasks in a project report like you need.

7 replies

Kurt_Jones
Adobe Champion, Community Advisor, UG Leader
Kurt_JonesAdobe Champion, Community Advisor, UG LeaderAccepted solution
Adobe Champion, Community Advisor, UG Leader
January 3, 2025

Lawson02, yes, you can do this but you'll need to do textmode.  This link, https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/text-mode/reference-collections-report, gives a good example of the format to show tasks in a project report like you need.

If my response answered your question, please mark it answered, so others can find the answer
Lawson02
Lawson02Author
Level 6
January 3, 2025

Yes I read this article, do I reference a task's collection using nested(tasks:objectcategories).list?

Kurt_Jones
Adobe Champion, Community Advisor, UG Leader
Adobe Champion, Community Advisor, UG Leader
January 3, 2025

Lawson, here's a sample from my environment we use to help.  This is using a valueexpression but should give you an idea on what the syntax looks like.

 

Collection Example:  Show only Development milestone tasks in format “task name – task status”

displayname=Development

valueformat=HTML

listdelimiter=<p>

textmode=true

valueexpression=IF({milestone}.{name}="Development",CONCAT({name}," - ",{progressStatus}))

type=iterate

listmethod=nested(tasks).lists

If my response answered your question, please mark it answered, so others can find the answer
kautuk_sahni
Adobe Employee
Adobe Employee
September 1, 2025

@lawson02 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 benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni