This is a bug in 5.1.1 and earlier. It&#39;s been fixed (with other things) for 5.2.<br><br>If you are willing to hack the source of 5.1.1, it&#39;s in<br>   org.drools.decisiontable.parser.<span class="il">DefaultRuleSheetListener</span><br>
<div id=":1fj"><br>
lines 520-540, insert another one like this:<br>      <br>        } else if ( actionType.type == ActionType.AGENDAGROUP ){<br>              this._currentRule.setAgendaGroup( value );<br>        }<br><br>-W<br></div><br><br>
<div class="gmail_quote">On 7 March 2011 15:39, FrankVhh <span dir="ltr">&lt;<a href="mailto:frank.vanhoenshoven@agserv.eu">frank.vanhoenshoven@agserv.eu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
Let me tune in on this old post.<br>
<br>
Is AGENDA-GROUP still unavailable in excel decision tables (V5.1)? The user<br>
manual suggests it should be possible, but when I try it, it doesn&#39;t seem to<br>
work.<br>
<br>
In the same row as CONDITION, PRIORITY and ACTION,  I named one of the<br>
columns AGENDA-GROUP. Then, I filled up the column with names for the<br>
groups.<br>
<br>
In another decision table, I called drools.setFocus(&quot;$param&quot;); underneath<br>
ACTION to switch agendagroups.<br>
<br>
Moreover, the spreadsheetcompiler returns priority as a salience attribute<br>
in each rule, agenda-group can&#39;t be found in the outputs.<br>
<br>
Regards,<br>
Frank<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Agenda-group-in-excel-tp49967p2646355.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Agenda-group-in-excel-tp49967p2646355.html</a><br>

Sent from the Drools - User 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>
</font></blockquote></div><br>