Pull in the home group name of the person who originally submitted the request into a view | Community
Skip to main content
Level 3
November 11, 2021
Solved

Pull in the home group name of the person who originally submitted the request into a view

  • November 11, 2021
  • 2 replies
  • 559 views

Hi,

I'm trying to figure out the text mode that I would use in a view to pull in the home group of the person who originally submitted a request. When I select Entered By, Home Group the field is blank.

valuefield=enteredBy:homeGroupName

querysort=enteredBy:homeGroupName

valueformat=HTML

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroupName

I appreciate any help.

Thanks,

Michelle

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

Hi Michelle,

Try the following instead:

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroup

namekeyargkey.2=name

querysort=enteredBy:homeGroup:name

textmode=true

valuefield=enteredBy:homeGroup:name

valueformat=HTML

Best Regards,

Rich.

2 replies

Richard_Le_Community AdvisorAccepted solution
Community Advisor
November 12, 2021

Hi Michelle,

Try the following instead:

displayname=

linkedname=enteredBy

namekey=view.relatedcolumn

namekeyargkey.0=enteredBy

namekeyargkey.1=homeGroup

namekeyargkey.2=name

querysort=enteredBy:homeGroup:name

textmode=true

valuefield=enteredBy:homeGroup:name

valueformat=HTML

Best Regards,

Rich.

Level 3
November 12, 2021

Great, that worked! Thank you!