I'm working with a task report. It has a chart that has one (standard mode) Groupings:
Assigned To >> Role ID
We would like to show the role name instead of the role ID though, so I changed the Groupings to text mode. The report details groups by the role name as expected, but I cannot get the role name to show on the chart.
This is my Groupings:
textmode=true
group.0.displayname=Assigned Role
group.0.namekeyargkey.0=assignedTo:role:name
group.0.namekeyargkey.1=roleID
group.0.valuefield=assignedTo:role:name
group.0.valueformat=string
group.0.namekey=view.relatedcolumn
group.0.linkedname=assignedTo
Can someone tell me what I'm missing? Thanks!