Hi,<br><br>I assume you mean XLS decision tables, but if you mean in Guvnor the same principle applies.<br><br>Something like this should be OK:-<br><br><span style="font-family:courier new,monospace">CONDITION           | CONDITION</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">----------------------------------------<br style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace">Header              | SubHeader<br>
</span><span style="font-family:courier new,monospace">----------------------------------------<br style="font-family:courier new,monospace">
</span><span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace">$a : id != {param}  | $b : id == {param}<br></span><span style="font-family:courier new,monospace">----------------------------------------<br style="font-family:courier new,monospace">

</span><span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace">null                | $a<br>
</span><span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace">null                | $a<br>
</span><span style="font-family:courier new,monospace">null                | $a<br>
</span><span style="font-family:courier new,monospace">null                | $a<br>
</span><span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"></span>Please note &quot;null&quot; above is the word null (no quotatioin marks) and not an empty value.<br>
<br>You could use any other check in the Header column that is always true (e.g. &quot;id &gt; 0&quot; in which case &quot;0&quot; would become the row value, etc).<br><br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">
On 3 April 2012 14:39, sumatheja <span dir="ltr">&lt;<a href="mailto:sumatheja@gmail.com">sumatheja@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>        I&#39;m new to using decision tables. I&#39;m trying to create a join in the condition column like<br><br><br>when<br>       Header($a:id)<br>       SubHeader($b:id==$a)<br><br><br>How to achieve this in decision tables. Any help will be appreciated.<span class="HOEnZb"><font color="#888888"><br clear="all">


<br>-- <br>cheers<br><br><br>
</font></span><br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br>