Question - Complex expression with few groups
Opened this issue · 0 comments
PrasadWeer commented
I'm just having a requirement to add a complex expression to my project. Can anyone give me a direction to execute a expression like below with ExpressionBuilder?
{ [ ( X>=10 AND X<20) OR (Y>=20 AND Y<30) ] AND (Z<50) AND (P="T1" OR P="T2") }
OR
{ [ ( X>=40 AND X<50) OR (Y>50 AND Y<60) ] AND (Z>=50) AND (P="T3" OR P="T3") }