Report showing sys_ID instead of name

chandan15
Tera Contributor

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......!!

 

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

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/

I am not able to DotWalk or type any field name which is not present in the form....find_real_file.png

NIkhil Chaurasi
Tera Contributor

Hi Chandan,

You can use user.user_name

 

Regards 

Nikhil