I'd like to create a condition group that includes an OR operator rather than AND
e.g. Charge < 50 OR Weight < 2
Or ideally, one that includes both AND and OR
e.g. ( Charge < 50 OR Weight < 2 ) AND ( ______ )
Currently, to achieve this, I have to create two different conditions producing the very same result
A good reference to this functionality can be found on Wordpress
It would be very handy and time saving being able to create an OR condition group or ideally a multi operator group
Dan B
I'd like to create a condition group that includes an OR operator rather than AND
e.g. Charge < 50 OR Weight < 2
Or ideally, one that includes both AND and OR
e.g. ( Charge < 50 OR Weight < 2 ) AND ( ______ )
Currently, to achieve this, I have to create two different conditions producing the very same result
A good reference to this functionality can be found on Wordpress
It would be very handy and time saving being able to create an OR condition group or ideally a multi operator group
3 people like this idea