<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

</style>


Hi all,<br>I want to use decision tables of Drools in xls format. I need tables to be matrix. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C1&nbsp;&nbsp;&nbsp;&nbsp; C2&nbsp;&nbsp;&nbsp;&nbsp; C3<br>C1&nbsp;&nbsp;&nbsp; T<br>C2&nbsp;&nbsp;&nbsp; F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; F<br>C3&nbsp;&nbsp;&nbsp; T&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; T&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; F<br><br>My decision table should similar to something like above. It will be a symmetric matrix and the action or result will be the<br>corresponding cell. I mean I will give the parameters say C1 and C3 and drools will tell me that it is T. <br>Can I do this?&nbsp; <code><font style="" face="Tahoma">in RuleMatrixSheetListener</font> javadoc, <font style="" face="Tahoma">it states something like matrix style decision tables</font><font style="" face="Tahoma"><br></font><font style="" face="Tahoma">but I didn't understand anything from it. </font><br></code>                                               </body>
</html>