
Originally Posted by
christappan
I'm trying to filter records by team, and for the sake of simplicity, let's say they're team numbers 1, 2, and 3.
Is there any way to have a checkbox or dropdown field in the search part that will allow me to search for records containing more than one of these teams at a time? Using the checkbox option or the dropdown, even as a multi-select, seems to return records only related to the last one picked--e.g. if I select 1 and 3, it only returns records with 3.
Surely there's a way--I'm hoping so, because I'd like to spread this functionality throughout my application. I'm working against MS SQL tables, by the way, and the checkbox/dropdown options are dynamically populated from a SQL table if any of that matters to my question.
Thanks in advance for suggestions.
Bookmarks