How to define a function for use in an ODM decision table w/o changing the XOM?
问题 I'm using ODM 8.5 (the JRules successor). In my Java domain, I have a three-character String field that represents a number, "000" to "999". I'd like to have a decision table that represents logic like: if field is between "000" and "012" then set the result to "tiny" if field is between "013" and "060" then set the result to "less tiny" ... IBM's documentation on defining columns states - "A condition statement is an incomplete BAL predicate expression...". Is there anything in the BAL that