Jump to content

Multi-select Input Control


unkelkalub

Recommended Posts

Is there really no way, without writing code, to format a multi-value parameter passed into a report in such a way as to be usable in an SQL "IN" constraint? OpenReports enables this by transforming the Collection of values into a comma-delimited String which can then be used like this:

 

WHERE column IN ($P!{PARAMETER})

 

Is there a way to do something similar in JasperServer?

 

Edit: My apologies, found answers here

Post edited by: unkelkalub, at: 2007/12/06 19:34

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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