Creating a column in a task report that shows the users job role on a task
I've created a task report that uses a $$USER.ID filter to only show the user which tasks they are assigned. However, I'm running into a bit of a hurdle when I'm trying to display their role on the tasks. It doesn't always show the correct role. I'm using the following line to display the correct role, but it isn't working as planned.
displayname=Job Role
linkedname=assignedTo
namekey=view.relatedcolumn
namekeyargkey.0=assignedTo
namekeyargkey.1=role:name
querysort=assignedTo:role:name
textmode=true
valuefield=assignedTo:role:name
valueformat=HTML
would anyone be able to assist me, or explain to me what I'm missing here?