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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
Chloe for the win! Thanks for that!
Views
Replies
Total Likes