Current Problem
Without the greater than or equal to (>=) AND less than or equal to (<=) operators it can make setting up order rules more difficult/ difficult to read as if for example you want the rule to apply to anything over value 40, you have to do greater than 39, instead of greater than or equal to 40. |
|
Idea to resolve Problem | Add the greater than or equal to (>=) AND less than or equal to (<=) operators |