jof2jc
#1
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?
rmehta
#2
You have to use “In” instead of “Equals”
Unfortunately OR filters are not available out of the box
jof2jc
#3
It doesn’t work if items have different name…Child table filtering should has OR logic
I think you are filtering the wrong field
nikzz
#5
I’m also having same issue @jof2jc was having. Its happening on equals, or (any condition). Need help how you solved that