Show actual person's name instead of Entered By ID in reports | Community
Skip to main content
New Participant
October 30, 2024
Solved

Show actual person's name instead of Entered By ID in reports

  • October 30, 2024
  • 2 replies
  • 570 views

Is there a way to show the actual person's name in the data column for the Entered By ID in a task report? 

 

 

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 rineygreys

Managed to figure out the text mode option for this. Sharing the code here for future reference.

displayname=
linkedname=enteredBy
namekey=enteredBy:name
querysort=enteredBy:name
valuefield=enteredBy:name
valueformat=HTML

2 replies

Sven-iX
New Participant
October 30, 2024

Hi @rineygreys 

 

when you add a column type into the search "entered" followed by a space followed by "name"

 

"Entered By" is a whole section of attributes. 

 

In textmode this will be enteredBy:name

rineygreysAuthorAccepted solution
New Participant
October 30, 2024

Managed to figure out the text mode option for this. Sharing the code here for future reference.

displayname=
linkedname=enteredBy
namekey=enteredBy:name
querysort=enteredBy:name
valuefield=enteredBy:name
valueformat=HTML