- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 05:25 AM
I need to create a database view to report against, that has a simple view of sys_user_group_name, sys_user_group_u_cio_rollup ( custom field ) incident_assignment_group and incident_number
What I get here is the incident number and the assignment group, but the CIO_Rollup field only contains Empty records. Filtering out empty records returns no records at all.
IIdeally I would have the CIO rollup field populated, and the Name field populated from the sys_user_group table.
Both table entries have 'left join' selected, as unselecting either of them returns no records at all. I think I have a general misunderstanding on how this is supposed to work. Any help appreciated.
Solved! Go to Solution.
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 05:33 AM
Hi,
I think there is problem with your where clause where you are comparing name with sys_id.
Please try below,
gr_sys_id=inc_assignment_group
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 05:33 AM
Hi,
I think there is problem with your where clause where you are comparing name with sys_id.
Please try below,
gr_sys_id=inc_assignment_group
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 05:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 06:35 AM
I am glad that your issue is resolved.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP