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 <[email protected]> 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 > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
