Re: [rules-users] Decision table multiple sheets...

2011-12-28 Thread Sumeet Karawal
Date: 12/21/2011 11:05 PM

Re: [rules-users] Decision table multiple sheets...

2011-12-21 Thread Michael Anstis
if (dtpe.getMessage().equals("No RuleTable's were > found in spreadsheet.")) { >log.info("No rule tables found in sheet > {}", sheetName); > } >else { >

Re: [rules-users] Decision table multiple sheets...

2011-12-21 Thread Swindells, Thomas
else { throw dtpe; } } } > -Original Message- > From: rules-users-boun...@lists.jboss.org [mailto:rules-users- > boun...@lists.jboss.org] On Behalf Of Wolfgang Laun > Sent: 21 Decembe

Re: [rules-users] Decision table multiple sheets...

2011-12-21 Thread Wolfgang Laun
By definition (see the "Expert" manual) only sheet 1 is used for generating rules. For controlling rule firing you may consider using any of the rule attributes supported by spreadsheets, e.g., agenda-group. -W On 21/12/2011, Sumeet Karawal wrote: > > Hi, > > I am having my rules in a Decision

[rules-users] Decision table multiple sheets...

2011-12-21 Thread Sumeet Karawal
Hi, I am having my rules in a Decision Table (.xls) There I have 3 sheets for rules. Like in Sheet1 there are two Rule Tables... In Sheet2 there are 2 and in Sheet3 there is only 1. When I am creating the knowledgebase and firing rules, the rules that are in the Sheet1 are getting fired. But t