Filtering item not working

I want to search invoices which consists Item A and Item B…so I add 2 filters…Item=A, Item=B

But it’s not working…no invoices found.

Seems filtering logic not working if we put 2 same fields parameter.

But I think It should work for child table…bug?

You have to use “In” instead of “Equals”

Unfortunately OR filters are not available out of the box

It doesn’t work if items have different name…Child table filtering should has OR logic

I think you are filtering the wrong field

I’m also having same issue @jof2jc was having. Its happening on equals, or (any condition). Need help how you solved that