<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> C1 C2 C3<br>C1 T<br>C2 F F<br>C3 T T 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? <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>