Report on list field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2017 11:18 AM
I have a table with a list field where I want to group on values. However, I have read you cant report on this because these fields are an array of sys_id's, meaning one could show as A B C and the other could show as C B D.
I want to be able to report on this table to say something like, where records contain value "B", and then group by these values. Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2017 11:27 AM
Hi Josh,
I did not try this till now but I expect it should work when you do it via a background script with CONTAINS query on that field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2017 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2017 11:47 AM
Thanks for the ping Josh. You are right. Grouping on list field is not supported. However, I found a workaround in the below thread i.e you can add a Dictionary attribute to a glide_list field: can_group=true. Please refer the below link for more info.
Are glide lists groupable in reporting
Enhancement requests: Using HI to tell us how you would improve the ServiceNow product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2017 11:59 AM
