Lyle Schofield's Technical Journal

A notebook of various projects.

Skip to: Content | Sidebar | Footer

Pages

Tag: Java

Date Subtraction in iReports

12 August, 2010 (01:05) | Software | By: Lyle

I’m using iReports a lot for general business reporting, which is an open source reporting tool in the spirit of Crystal Reports.  It merges SQL and Java, creating report “documents” which are an XML file which tells how to attach to the database, run the query, and then format the results into a pretty document [...]