aspose file tools
The moose likes Other Open Source Projects and the fly likes Problem in using BIRT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Problem in using BIRT" Watch "Problem in using BIRT" New topic
Author

Problem in using BIRT

niks Goyal
Greenhorn

Joined: Apr 13, 2009
Posts: 3
I have recently started using BIRT for some very simple reporting in a Java\Ms Access application. By the logic of the application the user will select a certain database record to view (generally a JComboBox of ID) at this point I want to create a report in BIRT for this ID. I have the basic report design but I can't get a data parameter to work.

I have a Where jobNum = ? in my dataSet SQL and I can set it up to prompt the user to enter the job number but I want to pass the report the job number that is already displayed on the form the user is looking at (it is in a JTextfield).

How can I pass a parameter value to the BIRT report so it only displays the correct record?

Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem in using BIRT
 
Similar Threads
How to Create Reports in web application using birt
parameter passed from jsp to sql query
pass parameter to BIRT report through java/jsp
BIRT report parameter from Java
BIRT reporting