Skip to main content
New Participant
June 14, 2021
Question

Queue Topic & Topic Group on Project Report

  • June 14, 2021
  • 2 replies
  • 1424 views

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!

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

2 replies

LanggCass
New Participant
July 31, 2023

Hi Kasey,

 

How did you group by Topic Group on the Issue report? can you share the text mode you used?

 

Thanks!!

New Participant
September 11, 2023

Hi @langgcass,

 

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

SarahNau
Employee
June 14, 2021

Hey Kasey,

Try this:

displayname=

linkedname=direct

namekey=convertedOpTask:displayQueueBreadcrumb

querysort=convertedOpTask:displayQueueBreadcrumb

textmode=true

valuefield=convertedOpTask:displayQueueBreadcrumb

valueformat=HTML

Hope that helps!