This is a bug in 5.1.1 and earlier. It's been fixed (with other things) for 5.2.

If you are willing to hack the source of 5.1.1, it's in
   org.drools.decisiontable.parser.DefaultRuleSheetListener

lines 520-540, insert another one like this:
     
        } else if ( actionType.type == ActionType.AGENDAGROUP ){
              this._currentRule.setAgendaGroup( value );
        }

-W


On 7 March 2011 15:39, FrankVhh <frank.vanhoenshoven@agserv.eu> wrote:
Hi all,

Let me tune in on this old post.

Is AGENDA-GROUP still unavailable in excel decision tables (V5.1)? The user
manual suggests it should be possible, but when I try it, it doesn't seem to
work.

In the same row as CONDITION, PRIORITY and ACTION,  I named one of the
columns AGENDA-GROUP. Then, I filled up the column with names for the
groups.

In another decision table, I called drools.setFocus("$param"); underneath
ACTION to switch agendagroups.

Moreover, the spreadsheetcompiler returns priority as a salience attribute
in each rule, agenda-group can't be found in the outputs.

Regards,
Frank

--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Agenda-group-in-excel-tp49967p2646355.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users