"is one of" filter is not showing the choices in the condition builderSummaryThe Choices shows a blank box when using "is one of" filter in the condition builder. This is the expected behavior of the platform and has been documented in the below Doc.Link: FilteringOnMultipleStringValuesHere is the Statement from the above DOC:" Note: Do not use the [is one of the] operator on fields that contain commas, as the query does not return the expected set of records. Instead, create a filter using multiple [or] statements"However, you can solve the current issue in 2 ways:1. Keep using the present Name calculation and create a filter using some OR statements.2. Remove the Comma from the Name field calculation and Re-Index the sys_user table.