Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Multiple Filters on Single Column and Boolean logic
posted

Hello,

I'm trying to programmatically define multiple filters on a single column, and at the same time filter on other columns.  What it basically boils down to is that I would like to try to get multiple "OR" logic filters on a single column, yet keep "AND" between columns.  Is there any examples of doing this?  All I've been able to get to work is either "OR" across all inputted filters or "AND" across all inputted filters.