Dot walking on database view

Dotychczas
Mega Guru

Hello experts,

I'm creating DB view connecting cmdb_ci_service and kb_knowledge. On cmdb_ci_service I can dot walk through parent to get to APM ID field:

Dotychczas_0-1664953827471.png

user want to run report on DB view and use column Parent.APM ID. How this can be achieved? Do I need to add "Parent table" to DB view?

Thanks in advance.

 

1 ACCEPTED SOLUTION

I see you have added the individual fields separately for both the tables, you need to add parent to the service field list then you will be able to dot walk the field.

 

Please mark answer correct/helpful based on Impact.

View solution in original post

3 REPLIES 3

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Can you show the configuration on how you joined cmdb service abd kb knowledge table then ti would be easier to assist you

I'dont know how this helps as I just want to add one dotwalked field, but here you go.

db config:

Dotychczas_0-1664954792636.png

service:

Dotychczas_1-1664954838759.png

 

KB:

Dotychczas_2-1664954859190.png

 

 

I see you have added the individual fields separately for both the tables, you need to add parent to the service field list then you will be able to dot walk the field.

 

Please mark answer correct/helpful based on Impact.