Expand my Community achievements bar.

SOLVED

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

Avatar

Level 3

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 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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).

View solution in original post

5 Replies

Avatar

Correct answer by
Level 4

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).

Avatar

Level 10

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

Avatar

Level 3

I feel like such a noob! Thank you! That was exactly what was going on. I thought it was a Project report and it was a Request report. TYVM for your help!