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

eoltolina

Members
  • Posts

    1
  • Joined

  • Last visited

eoltolina's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I need to add a new parameter to a crosstab, in order to use it in a hyperlink. The only way that I found was directly editing the jrxml file adding the following piece of code: ...</reportElement><crosstabParameter name="START_DATE"> <parameterValueExpression><![CDATA[$P{MAIN_START_DATE}]]></parameterValueExpression></crosstabParameter> where MAIN_START_DATE is a parameter of the main report.In this way I was able to use START_DATE in a hyperlink, and the START_DATE parameter was shown in the crosstab parameter section in the outline of the Studio.No "create parameter" or " add parameter" is present in that section, so it's possible to cut the parameter, or to modify it, but the only way to add the parameter is to modify the jrxml. Is this correct? Is there any other section in Studio where it's possible to add a crosstab parameter
×
×
  • Create New...