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

How to pass multi values for a place holder as iReport input Parameter


koushikroy1989

Recommended Posts

Hi,

I have a query which looks like - 

Select tab_id, tab_name from table where tab_id in ('1', '2', '3')[/code]

I do not understand how can I pass these Comma Separated Values to the report as input...

I have tried with this, but it doesn't work -

select tab_id, tab_name from table where tab_id in ($P{IP_TAB_ID})[/code]

.... and then passing the CSVs as input to

Link to comment
Share on other sites

  • Replies 1
  • 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...