Project Report with Task Collection of Assignments by Job Role
Hey everyone!
I am currently using this text mode on my project reports to pull a collection of who is assigned to tasks.
displayname=Tasks Assigned To
listdelimiter=<br>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({numberOfChildren}=0,CONCAT({assignedTo}.{name}))
valueformat=HTML
But I'm wondering if any text mode gurus know of a way to take this to the next level and only show names if their job role is Graphic Designer ({user}.{roleID}="5519cc8500268d3218df43252bc5c135") or Digital Designer({user}.{roleID}="5579b4500070c1f6e13374b692ba9895").
Also for extra fun, is there a way to pull the collection of assignment users instead of the assigned to?
