Hello
I have two XML data set. And I am trying to build master-detail relation.
For one of the data set I created beforeOpen script
this.queryText = "/report-data/content/group/group/SUBREPORT[
@ORD_SYSID=';"+ this.getInputParameterValue("param_1")+"']";
where param_1 ? input parameter for Data Set
But I am getting an error :
A BIRT exception occurred.
Plug-in Provider:Eclipse.org
Plug-in Name:BIRT Data Engine
Plug-in ID:org.eclipse.birt.data
Version:2.6.1.v20100915
Error Code:data.engine.BirtException
Error Message:A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: Cannot find function getInputParameterValue in object org.eclipse.birt.data.engine.script.JSDataSetImpl@783d6be4. (#1)
Script source: , line: 0, text:
__bm_beforeOpen(). See next exception for more information.
Error evaluating Javascript expression. Script engine error: TypeError: Cannot find function getInputParameterValue in object org.eclipse.birt.data.engine.script.JSDataSetImpl@783d6be4. (#1)
Script source: , line: 0, text:
__bm_beforeOpen()
Do you have any suggestions ?
Thanks
Arseniy Isakov