Home
Analytics
New to BIRT - Help Needed
shweta@fin
<p>Hi,</p>
<p> </p>
<p>Am using BIRT for the very first time. By looking at few videos I have learnt how to design the report however am unable to do one using dynamic SQL and a Listbox for passing an input parameter. I am able to achieve the same using a text box. Not sure where am I going wrong. Experts out there. Please help !!</p>
Find more posts tagged with
Comments
JFreeman
<p>What is the specific behavior you are encountering when it is not working?</p>
<p>Could you provide a sample report design with your current configuration that is not working?</p>
<p> </p>
<p>What I typically see in this scenario, is that the list box is pulling in its data dynamically from a column within the data set. If this is the case and the query is configured to require the parameter from the list box, an infinite loop is occurring because the list box cannot generate until data is returned to the data set but the data set cannot be generated because it is waiting on the parameter from the list box to complete the query.</p>