<div dir="ltr"><div class="" style="margin:0px 5px 5px 0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;width:660px;line-height:18px;color:rgb(0,0,0);font-family:Arial,&#39;Liberation Sans&#39;,&#39;DejaVu Sans&#39;,sans-serif">
<p style="margin:0px 0px 1em;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;clear:both;word-wrap:break-word">I am looking to use drools decision tables for a project. I want to add a condition where I verify that the value of a passed in object is less than a specified number. I want the decision table to look something like:</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;clear:both;word-wrap:break-word"><a href="http://imgur.com/gf1Twb4" rel="nofollow" style="margin:0px;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;color:rgb(74,107,130);text-decoration:none">http://imgur.com/gf1Twb4</a></p>
<p style="margin:0px 0px 1em;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;clear:both;word-wrap:break-word">If you look at the third condition where I am checking the max size of the loan, I am calling a function: $t.getStandardLimit($n).</p>
<p style="margin:0px 0px 1em;padding:0px;border:0px;vertical-align:baseline;background-color:transparent;clear:both;word-wrap:break-word">Unfortunately, I am unable to call the function inside the value cells with that syntax (drools reads it as a string and returns a syntax error). Is there a way to do this?</p>
<div><br></div></div></div>