How to apply multiple selection in query filter using Includes instead of in operator

Certified Senior Developer

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

Parents Reply Children
No Data