- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2026 09:33 AM
Hi there,
I wanted to modify list layout of metric_instance table and add fields from reference field "id" for eg. incident's short description, state etc
. Unfortunately there is no option available to dot walk into ID field although its a reference field.
Please let me know if there is any way so that i can add fields from incident record.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2026 09:57 AM
Hi @Narayan K ,
The metric_instance table records point-in-time or duration-based metrics for records, most often for task-related data such as incidents.
Its id field is a Document ID rather than a standard reference, so you can’t use dot-walking in reports to pull in fields like short description or state.
To access details from the related Incident record (or any other table), you need to create a Database View in ServiceNow that links the metric_instance table with the incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2026 09:57 AM
Hi @Narayan K ,
The metric_instance table records point-in-time or duration-based metrics for records, most often for task-related data such as incidents.
Its id field is a Document ID rather than a standard reference, so you can’t use dot-walking in reports to pull in fields like short description or state.
To access details from the related Incident record (or any other table), you need to create a Database View in ServiceNow that links the metric_instance table with the incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2026 01:30 PM
Hi @Narayan K
The short answer is no - it's not possible.
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/
