Hello,
This doesn't seem like this functionality is supported natively by looking at the comments in the source code. It is only supported using IN or BETWEEN operators.
Could this be achieved by using some other methodology. I am building a WinForms app with C# and will be passing in the Filter values via parameters.
Any guidance would be greatly appreciated.