Report showing sys_ID instead of name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 04:39 AM
Hi, I have a "Multi-level pivot table type" report on table "resource_allocation_daily". Where it is supporting only 5 rows and 3 column.
So I want to populate 2 field value by concat with below function in report:-
"glidefunction:concat(u_project_detail, " - ",user)"
Here "user" is a reference field, so the new value is showing sys ID instead of user name. (getDisplayValue()) is not supporting in Report->Configure Fuction Field.
Can anyone suggest how can populate user name instead of sysID......!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 04:48 AM
Hi Chandan,
I think that when only selecting user due to the reference for sys_user table, it will show the SYSID. use user_name or similar depending on how you have sorted your user with sys_user table.
/Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 10:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2022 04:34 AM
Hi Chandan,
You can use user.user_name
Regards
Nikhil