How create a report or database view with downstream / upstream entities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 04:32 PM - edited 11-17-2023 04:33 PM
Hi all,
I need create a report that show all the hierarchy of entities for example:
* Company class has all my entities and have the trier 1
* Busines unit class has all my entities and have the trier 2
* Area class has all my entities and have the trier 3
I wan to show all the entities that are inside this class in order like dices
Company | Business unit | Area
Also i create a hierarchy of downstream and upstream entities
I try to made a database view but it´s impossible to reuse the table sn_grc_profile to make many columns for each level, do know how can i made this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 09:48 PM
Hi @cdiegobb
Can you elaborate please with some example or screenshot and in which table you want to generate report for?
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 06:10 AM
Hi @cdiegobb ,
are we talking CMDB upstream and downstream? If yes, then you can create a report based on the cmdb_rel_cu table.
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
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
11-20-2023 04:42 AM
no are not part of the cmdb i create entities manually, with class and triers
