Expand my Community achievements bar.

SOLVED

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

Avatar

Level 4

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

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 4

Great, that worked! Thank you!