Hi Experts,
I want to compare multiple values e.g. "%Jitendra%", "%sahu%", "%Jitendra sahu%" for an attribute say firstname.
When I am passing all three with ConditionOperator.In operator, it is not giving me expected result because of % sign. Here I want to use the Like operator as well.
I can achieve this using multiple ConditionExpression combining with OR.
Do we have any other way to do this within a single ConditionExpression