Jump to content
Changes to the Jaspersoft community edition download ×

Jasper server 3.7.0. Q on cascaded input controls


vpremkumar

Recommended Posts

Hi Experts,

I'm using the cascaded input controls example. What will be the query look like, if single select query is used in all the input controls. For multiselect, we use

select id as class_id, name as class_name from classes where $X{IN, school_id, school_multi_select } order by class_name

What control to use, if school was a single select?

Thank you,

Vandana

 

 

 



Post Edited by vpremkumar at 07/20/2010 15:01
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic


1. cascading with single select control -> you need to use single select Query controls

2. For query , you can use :- select id as class_id, name as class_name from classes where school_id = $P{parameter_name}

3. Single select control cascading not working in 3.7 [ this is Bug which will be fixed in 3.7.1 release coming soon ]

 

thanks

Ramnik Kaur

Senior QA Engineer

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