Hi All,<br />
<br />
As I am new to Birt and am creating a simple report from the Birt Designer Tool from Eclipse. The scenario is somthing like this I have a dataset whose values are being populated from a Oracle Stored Proc having three input parameters and one output parameter(ref cursor). Out of the three input paramater, one parameter is a multiple value parameter from a multi valued List Box, which is being used in my Stored Proc "IN" clause. The problem is that I am able to select multiple values from the List Box from the report but not able to bind it with the input parameter of my Stored Proc.<br />
<br />
I followed this topic<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/index.php/topic/20427-pass-multi-value-parameter-to-database-stored-procedure/page__p__68084&'>http://www.birt-exchange.org/org/forum/index.php/topic/20427-pass-multi-value-parameter-to-database-stored-procedure/page__p__68084&</a><br />
<br />
But I didnt able to get into a positive result with the above topic. <br />
If I use the way as mentioned above in the topic I got the below error:<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>A BIRT exception occurred.
Plug-in Provider:Eclipse BIRT Project
Plug-in Name:BIRT Data Engine
Plug-in ID:org.eclipse.birt.data
Version:3.7.2.v20120213
Error Code:data.engine.FailToExecuteScript
Error Message:Fail to execute script in function __bm_beforeOpen(). Source:
" + this.setInputParameterValue("I_LSA", params["lsa_list"].value.join("," ));
+ "
A BIRT exception occurred. See next exception for more information.
Error evaluating Javascript expression. Script engine error: TypeError: Cannot find function setInputParameterValue in object</pre>
<br />
Kindly suggest what am I doing wrong.