Grouping task report by program | Community
Skip to main content
Level 9
December 22, 2021
Solved

Grouping task report by program

  • December 22, 2021
  • 2 replies
  • 1074 views

Hi WF Community,

I'm trying to group a task report by portfolio name and then by program name. I'm struggling with the program name grouping. Here's what I have for text mode:

textmode=true

group.0.namekeyargkey.0=project

group.0.namekeyargkey.1=Portfolio Name

group.0.valuefield=project:Portfolio Name

group.0.valueformat=customDataLabelsAsString

group.0.namekey=view.relatedcolumn

group.0.linkedname=project

group.1.valuefield=project:program:name

group.1.linkedname=project

group.1.namekey=view.relatedcolumn

group.1.valueformat=customDataLabelsAsString

group.1.namekeyargkey.0=program

group.1.namekeyargkey.1=name

Does anyone know where I might be going wrong?

Thanks,

Nick

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChloeRo

Hi Nick!

Try to change "group.1.valueformat=customDataLabelsAsString" to "group.1.valueformat=HTML" and see if that does the trick for you. It returned results in my environment, so I'm hoping you'd have the same luck.

2 replies

ChloeRoAccepted solution
Level 4
December 23, 2021

Hi Nick!

Try to change "group.1.valueformat=customDataLabelsAsString" to "group.1.valueformat=HTML" and see if that does the trick for you. It returned results in my environment, so I'm hoping you'd have the same luck.

NickVa7Author
Level 9
December 23, 2021

Chloe for the win! Thanks for that!