Is there code out there to list all the assignees on a project?
Greetings All,
The code I've used previously is no longer working in a report I built. It's worked before in other instances, but it's not working now.
I'm trying to get the list of assignees on a project to populate a column in a report.
Here's the code I'm using:
description=Project Team
displayname=Project Team
listdelimiter=<div>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT("* ",{user}.{name})
valueformat=HTML
Any suggestions? TY