[rules-users] Range operator in Excel Decision Table

Michael Anstis michael.anstis at gmail.com
Thu Jun 30 06:42:19 EDT 2011


I find the spreadsheet and code you provided (with the typo on "agepe"
corrected) works exactly as expected.

I tried with both 5.2-Final and 5.1.1.

On 29 June 2011 12:38, GrooV <m.breemans at everest.nl> wrote:

> It actually even seems to fail when I add a 2nd column with age < 65 and
> age
> > 18 in the first
>
> Generated rules:
> package rule_table;
> #generated from Decision Table
> import com.test.Person;
> #From row number: 11
> rule "_11"
>
>        when
>                person : Person(age > 18, age < 65)
>        then
>                person.setScore(100);
>                System.out.println(person.getName());
> end
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-tp3120750p3121249.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110630/b4a35781/attachment.html 


More information about the rules-users mailing list