I am working to build a customization that allows for filtering out certain customers from a dashboard grid. The regular grid filters only allow for excluding one CustID - I need to remove 5-10.
I have a Chip Selector set up to choose the excluded Customers, and a Function to turn that result into a list:
It turns out that NOT IN is not a permitted operator – for some reason.
Leaving everything else the same, I don’t get the same error with IN or <> or =
So I will have to come up with a different solution to filter the grid
I just got a chance to test a possible solution and it looks like if you add “NOT” to the beginning of your column that it should work, so “NOT sql_CustID” and leave the condition as “IN”. It’s similar to how Epicor structures their queries when you look at the Query Phrase area of BAQs.