kevinchristian Posted December 29, 2009 Share Posted December 29, 2009 Hello All, I am new to jasperserver.I want to retrieve the particular set of rows from table based on some field value. [e.g. List of Employee names whose salary is more than "Inputted Value".]Please provide some urls from where i can find small examples or illustrations. Thanks in advance. Kevin Christian Link to comment Share on other sites More sharing options...
Teodor Danciu Posted December 29, 2009 Share Posted December 29, 2009 Hi, Input controls map to report parameters base on a naming convention. The input control that you define in a JasperServer report unit helps you capture end user input values and pass them to your report parameter. What you with that parameter value in your report, is up to you. You can use it in the query of the report to filter records as you mentioned. JasperServer is shipped with several report samples showing the use of input controls. I hope this helps.Teodor Link to comment Share on other sites More sharing options...
kevinchristian Posted January 14, 2010 Author Share Posted January 14, 2010 Thanks for reply. I designed jrxml in iReport and uploaded it on Japser Server repository. Now from jasper server, i edited the report, created new query, input control on Primary Key field. The report was created and saved successfully. But while executing the report, jasper server was showing an error, What can be the reason? Am i missing something. And how can we map input control in Query? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now