Hello,<br><br>Is it possible to evaluate a global on the LHS of rule?<br>Like:<br><br>global SomeGlobal  someGlobal<br><br>rule &quot;xy&quot;<br><br>&nbsp;&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; someGlobal.getValue() &lt;= 3<br>&nbsp;&nbsp;&nbsp; then <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....<br>
end<br><br>Kind Regards<br>Thomas<br>