Hi Edward

You don’t want to hardcode such a list into a View.

You want to pick a field in the item master table, for example Report Group ( or an optional field) and have the users enter something in that field for items to be selected.

Then the view filter is simply

{Report Group} = “x” (or whatever the user enters into that field).

Not only is the filter simpler, but the View doesn’t have to be edited to modify the list.

Steve