Is there a way to add a column to a project report that will pull the original requests' Queue Topic & Topic Group names? I have it figured out on the Request report but can't seem to get it to work on a Project report. Thank you in advance!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hey Kasey,
Try this:
displayname=
linkedname=direct
namekey=convertedOpTask:displayQueueBreadcrumb
querysort=convertedOpTask:displayQueueBreadcrumb
textmode=true
valuefield=convertedOpTask:displayQueueBreadcrumb
valueformat=HTML
Hope that helps!
Views
Replies
Total Likes
Hi Kasey,
How did you group by Topic Group on the Issue report? can you share the text mode you used?
Thanks!!
Views
Replies
Total Likes
Hi @casslang,
You can try something like this:
displayname=TopicGroup
linkedname=direct
namekey=queueTopic:parentTopicGroup:name
querysort=queueTopic:parentTopicGroup:name
textmode=true
valuefield=queueTopic:parentTopicGroup:name
valueformat=HTML