I have a massive report that is, quite honestly, psychotic and a bit unwieldy. The run time is crazy, based on the existing SQL query. 15+ left joins. So I'm giving it an overhaul.<br />
<br />
One of the things I noticed is that several of the joins are designed to do <em class='bbc'>counts</em> to verify if a later dataset result needs to be shown. I'm quite certain there are better ways. Unfortunately, I don't know them.<br />
<br />
I stumbled across this post and it looks like what I'm attempting to do, at least in regards to hiding an inner table call.<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/index.php/topic/24501-hiding-a-row-if-an-inner-table-contains-no-rows/page__s__ee550ee56ae7ec9b057d573cb997e493'>http://www.birt-exchange.org/org/forum/index.php/topic/24501-hiding-a-row-if-an-inner-table-contains-no-rows/page__s__ee550ee56ae7ec9b057d573cb997e493</a><br />
<br />
I am utilizing BIRT 2.3.2. Based on that article, and assuming it's what I should be doing, how do I put in an onCreate / onRender ... and what type of code am I looking at? If there's a tutorial or something, that's fine too. <br />
<br />
I appreciate your time,<br />
Shadraq