↧
Extremely complex queries in BIRT reports
Sometimes, SQL just isn’t enough. What do you do when you just can’t get the SQL to run in under an hour while a little piece of Java code does the same query in a few seconds? Put the result into a...
View ArticleUsing Java in BIRT reports
Image via Wikipedia If you need to add complex operations to BIRT reports, you have several options. One that is often overlooked is to write the operation in Java and then use the Java code in the...
View Article