Grouping Task Report by Portfolio, Job Role and Project
Hello Community,
I want to create a task report that groups by portfolio, job role, and project. I've followed through this guide: Grouping: tasks by portfolio, program, and project | Adobe Workfront, however in the Summary and Chart tab the portfolio is not showing.
Here's the text mode code for grouping that we're using:
group.0.linkedname=project
group.0.namekey=portfolio
group.0.notime=false
group.0.valuefield=project:portfolio:name
group.0.valueformat=string
group.1.linkedname=role
group.1.namekey=view.relatedcolumn
group.1.namekeyargkey.0=role
group.1.namekeyargkey.1=name
group.1.valuefield=role:name
group.1.valueformat=string
group.2.name=Project
group.2.valuefield=project:name
group.2.valueformat=HTML
textmode=true
Screenshot for column view.

Summary tab: The portfolio name isn't showing.

Chart tab: Group data by Project | Portfolio but isn't showing the portfolio name in the Chart.

