Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
SOLVED

Trying to pull issue/request elements into a task report filtered to just one task

Avatar

Level 1

Hi all,

 

I am trying to pull primary contact/requested by name into a task report which is filtered to just one task. Is there a way to do this? - I have tried multiple text mode combinations.

 

displayname=Primary Contact

linkedname=issue

namekey=view.relatedcolumn name

keyargkey.0=issue

namekeyargkey.1=Primary Contact

querysort=issue:primary contact

textmode=true

valuefield=issue:primary contact

valueformat=HTML

 

However, the column is just blank. Is there any way to do this? Appreciate any support.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hey @hussaimo1

 

Sorry for the late reply! I am just seeing this now.

This text mode worked for me to pull the converted issues primary contact name into a task report. Hope this helps!

 

displayname=Primary Contact
linkedname=convertedOpTask
namekey=Submission Primary Contact
namekeyargkey.0=convertedOpTask
namekeyargkey.1=owner:name
querysort=convertedOpTask:owner:name
textmode=true
valuefield=convertedOpTask:owner:name
valueformat=HTML

 

Let me know if you have found any other alternative for your question, curious to know about it.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hey @hussaimo1

 

Sorry for the late reply! I am just seeing this now.

This text mode worked for me to pull the converted issues primary contact name into a task report. Hope this helps!

 

displayname=Primary Contact
linkedname=convertedOpTask
namekey=Submission Primary Contact
namekeyargkey.0=convertedOpTask
namekeyargkey.1=owner:name
querysort=convertedOpTask:owner:name
textmode=true
valuefield=convertedOpTask:owner:name
valueformat=HTML

 

Let me know if you have found any other alternative for your question, curious to know about it.