Text mode for column in project report to display non-Primary assignment on specific templateTask?
Hi all, looking for help writing the text mode for a column on a project report that displays the non-primary assignment on a templateTask within our project templates. If it's not possible to display just the non-primary assignment, I would also be okay with displaying both assignments (but I can only figure out how show the primary right now). I feel like there's something like assignmentUsersMM...but I can't figure out how to use it in this scenario.
Previously, on a task report where the report itself was filtered down to the specific templateTask name, here's what I've used:
displayname=Non-primary assignments
listdelimiter=<p>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=IF({isPrimary}=false,CONCAT({assignedTo}.{name}))
valueformat=HTML
How can I translate this into a collection/valueexpression column on a project report?
Note, I need this to be on a project report specifically so that the viewers can edit project-level custom fields at the same time. Thank you!