Project Report with In Progress Task Collection
I want to update my project status reports to include the task name and all assignees (not just primary) for all the tasks that are currently in progress.
I found the text mode for the task collection but I'm having trouble modifying the expression to an "IF statement" so that it only shows if the status is In Progress instead of every project task. Also having trouble getting the assignment list to show instead of the primary assigned to.
Any geniuses out there that can help me out?
Also, does anyone else have any similar reports that show other helpful information?
valueformat=HTML
textmode=true
type=iterate
listdelimiter=<p>
displayname=Tasks Names - Primary Assignee
listmethod=nested(tasks).lists
valueexpression=CONCAT({name},' - ',{assignedTo}.{name}," - ",{status})
