- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 02:17 PM
Hello,
I'm looking to create a report with a list of servers with no software products installed (Software Installations, Software Installed)?
Eddie
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 02:28 PM
Hi Edwin,
You have to create a Database view to generate a report. Refer to this http://wiki.servicenow.com/index.php?title=Database_Views#gsc.tab=0
Database view to show servers with no relationship to a business service

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 02:28 PM
Hi Edwin,
You have to create a Database view to generate a report. Refer to this http://wiki.servicenow.com/index.php?title=Database_Views#gsc.tab=0
Database view to show servers with no relationship to a business service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2017 05:27 PM
If you are on Helsinki or later, you can enable the List v3 plugin. Check Video: What's New in Helsinki | List v3
Then you can filter on related list conditions, set your query to the following:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2017 02:40 PM
Hello Arnoud,
I was able to get it to work with the database view but I will also try your suggestion to see if it's any easier.
Thank you for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018 12:11 PM
Hi Eddie,
Would you please share your report as i have the same requirement and i am not able to get the output.Did you achieve it by database views?