Help! Assignments on a project report | Community
Skip to main content
Lila_Whitney
Level 4
December 18, 2018
Question

Help! Assignments on a project report

  • December 18, 2018
  • 11 replies
  • 2005 views
Hello! I am stumped! I'm trying to add a column to a project report to show the staffing assignments on the project. I've tried doing a task report and an assignment report, but it isn't meeting the other needs that we have. The intent of this report is to list all projects today through end of 1/19 so that the Owner can adjust the Priority directly from this report. Can anyone help with creating a column that would show the assignments to the project? Here's the criteria: Must be project level report so that users can edit Project Priority field Must show assignments without needing to create additional custom form field that user would have to fill out In an ideal world, projects with no assignments would have that cell highlighted in blue Thank you in advance! Lila Whitney Discover Financial Services
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

11 replies

Level 2
April 21, 2023

Can somebody help me, I am trying to just pull all names that are assigned across all tasks within a project (but not duplicate them) and format it to look like this too in HTML

* Name 1, Role Title (div)
* Name 2, Role Title (div)
* Name 3, Role Title (div)

 
THIS DOESN'T SEEM TO WORK
description=Assigned Resources Names TXT
displayname=Assigned Resources Names TXT
listdelimiter=<div>
listmethod=nested(assignedToID).lists
textmode=true
type=iterate
valueexpression=CONCAT("* ",{user}.{name})
valueformat=HTML