- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi Experts,
I have created an HRSD report on the HR Case [sn_hr_core_case] table.
- Group By: Subject Person → Location → Country
- Stack By: HR Service → Topic Detail → Topic Category → COE
The report is working as expected; however, the legend displays the COE as technical table names such as:
HR Service → Topic Detail → Topic Category → COE
and do not have the option to further dot-walk to COE Name in the report designer.
Has anyone implemented a similar requirement?
- Is there an OOTB way to display the COE display/name value instead of the technical table name in reports?
- Can the COE reference be configured to use a different display value?
Any guidance or best practices would be greatly appreciated.
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Sirri,
You are trying to drill down to the Topic Category record COE field which stores values as internal table value and it's not of Reference type so it's showing as table's internal name.
Use the Task Type field available on the HR Core Case table.
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Sirri,
You are trying to drill down to the Topic Category record COE field which stores values as internal table value and it's not of Reference type so it's showing as table's internal name.
Use the Task Type field available on the HR Core Case table.
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
@Anand__99 ,
Thanks lot