Team,
I'm supposed to deliver webi report which displays simple CMDB structure - something similar to the picture below.
All the CI's (services, products, applications, ...) are stored in cmdb_ci table and all the relations are in cmdb_rel table. In cmdb_rel table, there are two columns (parent, child) which represent parent and child CI's of the current relationship.
It means that the CI "Product 1" is a child in "Service 1 - Product 1" relationship and parent in "Product 1 - Application 1" relationship.
So far I'm able to display each level separately, but I have no idea how to put the whole structure in one table as requested.
Could you please give me some hints?
Thank you,
Jakub