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

Multi-select query


pavithram
Go to solution Solved by marianol,

Recommended Posts

Im tring to filter records by giving IN cluase in the select statement.  

 

Report main query is given below:
 
select v.br_code,v.br_name,v.br_admin_unit
from branch v
where br_admin_unit=$X{IN, br_admin_unit, br_admin_unit}
 
I have define the input control where user can select the branch admin unit. parameter name is defined as 'br_admin_unit'  java.util.Collection.
though the report is generated records are not filtered in the report. 
 
pls provide some solution. 
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

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