Breadcrumb for filtering choice (integer) fields with "is one of" or "is not one of" operators does not display all the selections on the list viewIssue Open incident list- Set filter for State in (new, In progress, on hold, resolved, closed, canceled , Closed Incomplete, Closed Skipped) - (Closed Incomplete, Closed Skipped) need to be created manually)- Run query Actual result: In Breadcrumb, the visible filter is truncated to "State in (Closed Incomplete, Closed Skipped, new, In progress, on hold, resolved, closed, )" Expected result: In Breadcrumb, the visible filter looks "State in (Closed Incomplete, Closed Skipped, new, In progress, on hold, resolved, closed, canceled)" additional information:"glide.ui.breadcrumb_max_entries" - with value 20, truncate integer fields at 6 anyway, while the string is showing properly.ReleaseAllCauseIt's expected behavior because "glide.ui.breadcrumb_max_entries" specifies how many choices will be shown in the breadcrumb (default 10), then"glide.ui.export.choice_list_max_characters" is used to truncate the display value so it isn't too long (default 80 characters).ResolutionGo to the "sys_properties" table.Click New to create a property.Set the Name to "glide.ui.export.choice_list_max_characters".Enter a Value (e.g., 200 or the number of characters you want to display).Click Save to apply the changes.