<div dir="ltr"><div><div><div><div><div><div><div>All rules in a decision table will execute if they match the criteria (facts) inserted into Working Memory. You can use a guard-fact to prevent other rules from firing; if need be.<br>
</div><br></div>In the ACTION insert a &quot;result fact&quot; and check the &quot;result fact&quot; does not exist in the CONDITION; for example (in DRL, but you should be able to work out what you&#39;d need to do with the decision table).<br>
<br></div>when<br></div>not Result()<br></div>MyFact( $f : field == 10)<br>then<br></div>insert(new Result( $f ) );<br><br></div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 June 2013 14:46, Raju Bandaru <span dir="ltr">&lt;<a href="mailto:raju_bandaru@infosys.com" target="_blank">raju_bandaru@infosys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a requirement as execute the set of rules as a one rule which had<br>
defined in Decision table.Could you please provide me some guidance with<br>
respect to this requirement.<br>
<br>
One rule which internally contains set of rules define in excel sheet<br>
(decision table) should execute and returns the one result.<br>
<br>
Can we achieve this kind of requirement in Drools Guvnor?<br>
<br>
<br>
Regards,<br>
Raju<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Grouping-Rules-in-Decision-table-approach-tp4024245.html" target="_blank">http://drools.46999.n3.nabble.com/Grouping-Rules-in-Decision-table-approach-tp4024245.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br></div>