How to use "not in" for range of values in drools decision table?
Example, I've a method called HMT_HomeInfo.get("HM").Value
and values are
368.00-368.99, V72.0-V72.9, 369.00-369.99, 366-367.99, 7430-743.99.
I found a solution by providing the range of values in CONDITION that I don't want to include and then include "False" below the range as shown in figure.