Is there code out there to list all the assignees on a project? | Community
Skip to main content
DeborahLeigh123
Level 4
June 13, 2024
Solved

Is there code out there to list all the assignees on a project?

  • June 13, 2024
  • 1 reply
  • 899 views

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 

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 -JC

This code is working for me! If you mean you're trying to use this code in a new report you've built, you might want to check if you've built a project report (as opposed to a task report, etc).

1 reply

-JC
-JCAccepted solution
Level 6
June 13, 2024

This code is working for me! If you mean you're trying to use this code in a new report you've built, you might want to check if you've built a project report (as opposed to a task report, etc).

lgaertner
Level 9
June 14, 2024

Hello @deborahleigh123,

 

the code is also working for me in a project report and just helped me to propably find a solution for this.

 

Regards

Lars

DeborahLeigh123
Level 4
June 14, 2024

Thank you for your help Lars!