Multi-value filter on a view
I want to filter the results of a view with multiple values passed to a column, say "1" or "2" or "3" or "4".
I know how to do this by designing the view to have a custom filter; but can I do this "on the fly" when displaying the view, so the user can arbitrarily enter the values herself to filter the results? Kind of like Excel but more powerful as you can enter an unlimited # of filters.