Use case: I am building a Task Report based on individual assignment. The ask is to show key people working on the project in this report so they can easily see who to contact if questions arise without going into the "People" section of the project. I can do this on a Project report, but the Task report can't "see" this information from what I can tell. Any workarounds/solutions would be appreciated!
This is the code that works on the Project report but not Task one. Thanks!
description=Team Users
displayname=Project Team
listdelimiter=<div>
listmethod=nested(projectUsers).lists
textmode=true
type=iterate
valueexpression=CONCAT("* ",{user}.{name})
valueformat=HTML