- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2017 06:48 AM
We have relationships established in our CMDB between Application Instance CIs and the Server CIs that host the instances. And we would like a list of all the Application Instances showing the servers for that instance (see below). What's the best approach to a solution for this?
Applications | Servers |
Application Alpha Production | Server1 |
Server2 | |
Server3 | |
Server4 | |
Application Alpha Test | Server5 |
Server6 | |
Server7 | |
Application Alpha Dev | Server8 |
Server9 | |
Server10 | |
Application Beta Production | Server11 |
Server12 | |
Server13 | |
Application Beta Test | Server14 |
Server15 | |
Server16 | |
Application Beta Dev | Server17 |
Server18 | |
Server19 |
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2017 07:18 AM
You can Join two tables with help of database view .
http://wiki.servicenow.com/index.php?title=Database_Views
Database Views for CMDB Reports
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2017 07:18 AM
You can Join two tables with help of database view .
http://wiki.servicenow.com/index.php?title=Database_Views
Database Views for CMDB Reports
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2017 07:48 AM
Or if you are not familiar with Joins one can report on cmdb_ci_rel selecting the relationship type(s) and/or parent/child fields straight from the reporting module.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2017 08:20 AM
I Did not know that..
Harish