<strong class='bbc'><already posted this before, pls help me on this one!></strong> <a class='bbc_url' href='
http://www.birt-exchange.com/forum/designing-birt-reports/12061-display-error-message-if-sql-returns-no-data.html'>http://www.birt-exchange.com/forum/designing-birt-reports/12061-display-error-message-if-sql-returns-no-data.html</a><br />
<br />
i've designed a report with some input parameters, passing them to the sql statement.<br />
but depending on the values provided by the user through the input params, it may happen that the sql statement isn't retrieving any row(s).<br />
<br />
<strong class='bbc'>is there a possibility to display an info message if no data is returned by the sql statement?</strong><br />
<br />
i guess this is done trough scripting, could somebody help me out where's the best place to put the script and the essential code lines? Espacially when using a chart, the chart itself doesn't shows up by default but i want to display a label when no data is available due to the parameters.