
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2019 07:16 AM
I've added a glide list field using the Form Designer to a table/form. It references cmn_department and seems to work as expected. The only issue I can't seem to overcome is when I put the field in a report or show it in a list I can't sort by the list field.
Even though on the report side I can add a sort, and I can select the list field, it doesn't sort. On a list view of the table, I can't sort by the list field and I can't filter by it.
Is there a way to do this that I'm missing, or is this a standard thing for list fields?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2019 07:39 AM
Because it is a list field which can contain multiple departments in your case you cannot sort, group by, etc these fields. I have run into the same situation with our incidents and locations as we have a filed called affected location as a list field. You can do searches but you need to use the filter conditions and do [field name] contains value.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2019 07:39 AM
Because it is a list field which can contain multiple departments in your case you cannot sort, group by, etc these fields. I have run into the same situation with our incidents and locations as we have a filed called affected location as a list field. You can do searches but you need to use the filter conditions and do [field name] contains value.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2019 11:17 AM
@Brian Lancaster I believe I have to go with this. Unless I can devise an alternate way of handling entities that need to be associated with multiple items (ala list field) that I can sort by and/or filter by using wildcards. Maybe a rethink of my logic can help.