Report to show all relationship mapping?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 04:49 AM
Hi,
Is it possible to create a report which details ALL relationships that a CI might have both upstream and downstream. Essentially something similar to the relationship mapping?
Was thinking a database view might work but not sure where to start.
Regards,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 07:50 AM
Hi
We have the same requirement of Creating Relationship Report which
Do you have any sample Reports for this. If so, can you please share the one here or any approach to achieve this??
Thanks,
Shree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2019 06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2019 07:45 AM
Hi Cat,
You can see the details below, including a video at the end of the post. It does show *all* children, regardless of how far downstream the CI is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 07:12 AM
If you want to get this report without making changes to the database, you can use Explore Analytics.
First, you create a list report, using the Explore Analytics filter 'sys_id is upstream from [the CI you want to query on]':
I created a calculated field called 'Direction' using a formula builder that just says 'Upstream', so we can tell what direction it is later:
Then, I created a second report filtered on 'sys_id is downstream from [the CI you want to query on]', and updated the calculated field:
Next, I created a new 'mash-up' view that combines the two reports, and I get one list report with both the upstream and downstream CIs in one list:
This is a real-time report that you can embed in a ServiceNow dashboard, in external portals, or export to CSV. You can drill into form on any of the CIs or related records.
If you want to try it against your data, there's a video on how to set up an evaluation against ServiceNow here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2018 12:57 AM
Thanks Guy,
I'll go back to the sponsor for this piece of work and ask them to investigate Explore Analytics.
Regards