I've got a report similar to this: <a class='bbc_url' href='
http://www.birt-exchange.org/devshare/designing-birt-reports/356-all-parameter-values/#description'>All Parameter Values - Designs & Code - BIRT Exchange</a><br />
<br />
<br />
I've got a default value of (All) and the list is dynamic from the table that holds the list of meeting types. When I select an individual meeting type the beforeOpen script adds on the SQL query fine, when when (All) is selected and it shouldn't add anything to the SQL query, I get no data in my report. When I go to preview in the dataset the preview looks fine, it filters by date, and when I mess with the beforeOpen script (ie else {this.queryText = this.queryText + "randomvalue"} ) it shows that in the preview window as well.<br />
<br />
So basically, any ideas on why everything works fine in the preview window for the dataset, but won't show up on my report when I select (All)<br />
<br />
Thanks. Report is attached. I can strip down the database and attach it if needed.