I have a scenario where i should enable the multiple selection in filter to this i have to use only include operator because the values stored in the tables as Labels & Values example(test;55). Currently i am using the below logic where it is working for 1 scenario and not working for expected scenario
For example,
1. For the one Product id it is giving as the below result
2.If i pass one more product id on the Suspect Product filter along with the Primary Id in the 2nd filter it is giving the null result but actually it should return me the 3 set of records
Please suggest how to get the records by using Included operator with multiple values
Discussion posts and replies are publicly visible
Hi,
Could you please try using the query filter for Suspect Products in LogicExpression with OR operator? Like the below example.