I'm trying to build a project report that includes a column listing all project assignments. I've yet to find the right field to pull. Is it possible in a more creative way?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Lyndsy! If I'm reading your question correctly, you'd like to run a project report and have a column that lists the project team for each project. This would add all users that are associated with a project and listed under the People area of the project. Is that correct?
You could follow these steps to do that using text mode:
description=Team Users
displayname=Project Team
listdelimiter=<div>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT("* ",{user}.{name})
valueformat=HTML
NOTE: You can remove the * that shows up as a bullet for each name by removing the "* ", part of the code.
I hope that this helps to resolve your obstacle!
Hi Lyndsy! If I'm reading your question correctly, you'd like to run a project report and have a column that lists the project team for each project. This would add all users that are associated with a project and listed under the People area of the project. Is that correct?
You could follow these steps to do that using text mode:
description=Team Users
displayname=Project Team
listdelimiter=<div>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT("* ",{user}.{name})
valueformat=HTML
NOTE: You can remove the * that shows up as a bullet for each name by removing the "* ", part of the code.
I hope that this helps to resolve your obstacle!
Thank you! That worked perfectly.
Views
Replies
Total Likes
Views
Likes
Replies