Goal to report Server, CI, Assignment Group, Policies

JaneneU
Tera Contributor

Server, CI, Assignment Group, Policies
From my findings these are from several different tables.  Any way to readily combine these to one view?
Business users are curious for what artifacts they are responsible for. 

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @JaneneU 

Technically, yes, there is a way to combine all these, and that is through a Database View. However, to do that, you need to identify the common fields in all these tables, or at least between the two tables you want to join.

For example:

  • Server & CI

  • CI & Assignment Group

  • Group & Policies

In a database view, the WHERE clause is important, and for that, we need a common factor between the two tables.

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************