I have created a database view on metric definition,metric instance and incident tables, where metric definition was built on field Assignment group such that when i click on try it in db view it gives the incident and value fields where value is the

Ganesh61
Kilo Contributor

I have created a database view on metric definition,metric instance and incident tables, where metric definition was built on field Assignment group such that when i click on try it in db view it gives the incident and value fields where value is the reassigned group name but i wanted to get some reference fields from assignment group for reassigned groups.

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,


You want fields from assignment group table? If yes then you need to use left join and bring fields from group table.

Thanks,
Ashutosh

View solution in original post

2 REPLIES 2

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,


You want fields from assignment group table? If yes then you need to use left join and bring fields from group table.

Thanks,
Ashutosh

Ganesh61
Kilo Contributor

Yes, I need assignment group reference fields with the incidents reassigned groups.please suggest the process for this.