Jump to content

JasperServer Single Select Input Control Broken


loganathann

Recommended Posts

While using a single select query list control a page is throwing some javascript error.

I think javascript is unable to handle an amount of records higher than 20000.

Am I right? If yes is there a way to handle this issue?

Is there any way to put some search page or auto complete procedure?

 

Kindly help me ASAP .... I need it ...very urgent...


 

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi norcenmarco,

query for  single select input control:

 SELECT item.ADITMNAME,item.ID FROM RT_DATA_ITEM AS item,RT_DATA_DEPARTMENT AS department WHERE item.ADITMNAME IS NOT NULL AND department.ID=item.ADITMDEPT AND department.DEPARTMENTNAME="Main Pharmacy" ORDER BY  item.ADITMNAME

it returns more than 30000 records...it takes more time(3 - 4 minutes) for getting the report..

 

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