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

How do I send a Array of data throug a Hyperlink/Drill down report


andre.erasmus

Recommended Posts

I want to send a array of ID's of unknown length through a URL (array can contain anything from 1 to 15 ID's)

MORE DETAILS:

Currently I am sending Parameters through like this

...&date=2012/02/02&VEFactorSelection=3&nameType=2

This works fine for Variables that can only have a single value (String, Int, Date etc.)

But I now need to send a array through and be able to read it again

How do I do this?

MORE INFO: The data is being sent from one report to the drill down report (JasperReports Server 5.0.1)

I'm using iReport 5.0.0 for reports creation

 

Link to comment
Share on other sites

  • 1 year later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hello,

you should not do this as you shown in your comment.

If you want to pass the parameter with type of Array/Collection to the drill down report you just need to

open your hypelink configuration, click Add and then add the parameter to which this value should be passed

and the name of this parameter as is (for example $P{parameter_with_type_of_array})

This should be enough to impelemnt this design.

 

Link to comment
Share on other sites

Hello,

you should not do this as you shown in your comment.

If you want to pass the parameter with type of Array/Collection to the drill down report you just need to

open your hypelink configuration, click Add and then add the parameter to which this value should be passed

and the name of this parameter as is (for example $P{parameter_with_type_of_array})

This should be enough to impelemnt this design.

Link to comment
Share on other sites

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...