Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Report showing all portfolios with sub programs

Avatar

Level 4

I would like to build a report listing all portfolios and the programs within those portfolios. I am unable to do a grouping of programs if I start with a portfolio report AND if I start with a program report then my portfolio grouping does not reflect all portfolios because not all portfolios contain programs.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Susan_Hart_DeltaDental  Have you tried a portfolio report with a column for the programs using a collection? The text mode for your column would look like this:

displayname=Programs
listdelimiter=<p>
listmethod=nested(programs).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML

 

Add a collection column in a report View

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@Susan_Hart_DeltaDental  Have you tried a portfolio report with a column for the programs using a collection? The text mode for your column would look like this:

displayname=Programs
listdelimiter=<p>
listmethod=nested(programs).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML

 

Add a collection column in a report View

Thank you very much. I have favorited the article as well.