コミュニティアチーブメントバーを展開する。

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
解決済み

Task report: Can I show the assigned to role NAME in a chart?

Avatar

Level 5

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!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

You were so close! Instead of grouping by Assigned To >> Job Role; Group by Job Role >> Name. Workfront will assume the "assigned to" portion and this should give you the expected results.

Screenshot 2024-02-08 at 9.32.55 AM.pngScreenshot 2024-02-08 at 9.33.08 AM.png

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

You were so close! Instead of grouping by Assigned To >> Job Role; Group by Job Role >> Name. Workfront will assume the "assigned to" portion and this should give you the expected results.

Screenshot 2024-02-08 at 9.32.55 AM.pngScreenshot 2024-02-08 at 9.33.08 AM.png

Avatar

Level 5

Thank you, Monique! Guess I was making it harder than necessary.