Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - Complex expression with few groups #69

Open
PrasadWeer opened this issue Feb 18, 2022 · 0 comments
Open

Question - Complex expression with few groups #69

PrasadWeer opened this issue Feb 18, 2022 · 0 comments

Comments

@PrasadWeer
Copy link

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") }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant