I'd like to show all Projects in a Program, in the same cell, on a Project level report because there is some other contextual information all stored at the Project level that I'm sorting on or displaying.
I've seen this done at the Program level (showing all of its corresponding Projects within the same cell) with the calculation below.
displayname=Proejcts
listdelimiter=<p>
listmethod=nested(projects).lists
textmode=true
type=iterate
valuefield=project:name
valueformat=HTML
What am I missing to do this exact same thing, just on a Project level report?