Jump to content
We've recently updated our Privacy Statement, available here ×

parametersMapExpression?


Recommended Posts

By: Haggis - haggisn

parametersMapExpression?

2003-09-16 05:13

Hi,

 

the quick reference says that it is possible to pass the same parameters from the masterreport to its subreports. Trying this I've got the problem that the parameters in the subreport are not filled (they're all null).

 

my master report receives for example:

 

<parameter name="fromDate" isForPrompting="false" class="java.lang.String"/>

<parameter name="toDate" isForPrompting="false" class="java.lang.String"/>

 

 

 

calling the subreport the following parameters should be passed:

 

<subreportParameter name="REPORT_PARAMETERS_MAP">

<subreportParameterExpression><![CDATA[$P{REPORT_PARAMETERS_MAP}]]></subreportParameterExpression>

</subreportParameter>

<subreportParameter name="AIRLINE">

<subreportParameterExpression><![CDATA[$F{AIRLINE_CODE}]]></subreportParameterExpression>

</subreportParameter>

 

 

 

In my subreport I now try to fetch the three parameters but only the AIRLINE_CODE is not null:

 

<parameter name="AIRLINE" isForPrompting="false" class="java.lang.String"/>

<parameter name="fromDate" isForPrompting="false" class="java.lang.String"/>

<parameter name="toDate" isForPrompting="false" class="java.lang.String"/>

 

 

What is wrong in my xml-Files? Has anyone an idea how to fix the problem?

 

Thanks,

 

haggisn

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...