I don't think you missed anything, grabbing the project's 'shared with' value isn't straightforward from a template report. A template doesn't have a collection of projects that you could reference and iterate through. BUT, you could come at this from a project report perspective and reference the template used for any of the template specific info you need to include in your report. This would allow you to grab the project's 'shared with' value directly and, using references/collections, grab the project users, the template's 'shared with' and the template task assignees. I can imagine getting a fairly complete picture (minus team membership details of assignments/sharing). From a project report you could have all of the following: displayname=Template Task Assignees listdelimiter=
listmethod=nested(template.templateTasks).lists textmode=true type=iterate valueexpression=CONCAT(IF(ISBLANK({teamID}),"",{team}.{name})," - ",IF(ISBLANK({assignedToID}),"",{assignedTo}.{name})," - ", IF(ISBLANK({roleID}),"",{role}.{name})) valueformat=HTML displayname=Project Users listdelimiter=
listmethod=nested(projectUsers).lists textmode=true type=iterate valueexpression=CONCAT({user}.{name}) valueformat=HTML displayname= linkedname=template namekey=view.relatedcolumn namekeyargkey.0=template namekeyargkey.1=shared tile.name=component.sharedList valuefield=template:sharedListString valueformat=HTML viewalias=template:shared Rick MacDuffie Symetra Life Insurance Company