Expand my Community achievements bar.

SOLVED

Help me adjust this text mode from Request report to use on a completed Project report

Avatar

Level 2

I am using the following text mode on a request report but I need to add this same column to a project report and I can't figure it out... any thoughts?

 

displayname=Project Type
linkedname=queueTopic
namekey=view.relatedcolumn
namekeyargkey.0=queueTopic
namekeyargkey.1=name
querysort=queueTopic:name
shortview=true
valuefield=queueTopic:name
valueformat=HTML
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

This column is calling up the issue's queue topic name. Projects don't have queue topic names, unless they have been converted from an issue. So if that's what you're asking, it would be the converted issue's queue topic name, or convertedOpTask:queueTopic:name (I usually just put "convertedOpTask:" in front of everywhere I see "queueTopic" as an initial flailing attempt to get past it)

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

This column is calling up the issue's queue topic name. Projects don't have queue topic names, unless they have been converted from an issue. So if that's what you're asking, it would be the converted issue's queue topic name, or convertedOpTask:queueTopic:name (I usually just put "convertedOpTask:" in front of everywhere I see "queueTopic" as an initial flailing attempt to get past it)

Avatar

Level 2

Oh, this worked! Thank you SO much!!!