Expand my Community achievements bar.

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.
SOLVED

Text Mode Grouping for Topic Group Name on Report

Avatar

Level 4

Workfront Community,

Is it possible to create a text mode grouping by the topic group name on a report for queue topics? Sadly, topic group name isn't an included grouping for the report, so I've been trying to make a text mode grouping by topic group names in the column I have. I'd like to have the grouping that way I can create a chart showing how many queue topics are in the different topic groups we have. The best I've been able to produce is a grouping of "Topic Group: No Value" to appear as the grouping on the details page using this:

textmode=true
group.0.valuefield=Topic Group
group.0.valueformat=string
group.0.linkedname=direct
group.0.name=Topic Group

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi there, I suggest you take a look at the API Explorer (search Topic Group) to see how to properly reference it.

If this helped you, please mark correct to help others : )

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi there, I suggest you take a look at the API Explorer (search Topic Group) to see how to properly reference it.

If this helped you, please mark correct to help others : )

Avatar

Level 4

Thanks for the link! I'm now using parentTopicGroup:name in the namekey and valuefield for the grouping.