Skip to main content
November 4, 2024
Question

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

  • November 4, 2024
  • 1 reply
  • 0 views

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

1 reply

shanmathip7466
November 4, 2024

Hi, 

Could you please try using the query filter for Suspect Products in LogicExpression with OR operator? Like the below example.