- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2020 01:08 AM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2020 01:18 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2020 01:18 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2020 01:23 AM
Yes, I need assignment group reference fields with the incidents reassigned groups.please suggest the process for this.