Top "Birt" questions

For questions about Eclipse BIRT (Business Intelligence Reporting Tool) which is an open source reporting system that integrates with your Java/Java EE application to produce compelling reports.

BIRT JDBCException "Cannot load JDBC Driver class: com.mysql.jdbc.Driver" while upgrading from 2.6 to 3.7

I'm trying to upgrade the version of my birt-viewer on my Tomcat server, but it seems that I have an …

java tomcat jdbc driver birt
Arial font required in PDF (BIRT pdf renderer, Linux)

I've created a rptdesign file using BIRT IDE. This file contents are in Arial font, when I export the report …

linux birt
Birt data source parameters from a property file

I have multiple BIRT reports that obtains the data from the same jdbc data source. Is it possible to obtain …

properties birt
BIRT Variable - How to create and use?

I need to create a global report variable to get a variable of my first table, then use it in …

java html birt
How to Pass Input Parameters by URL in BIRT?

I am new to BIRT reporting. In my BIRT report I have two input parameters. I want to pass these …

eclipse report birt
Do a single column sum of values in BIRT

I have a problem here. I am working on an invoice template using BIRT. I have a table column qty, …

birt
Number format a decimal in Birt reports

I have a table which gives me values in Nos. and Decimal (weight-kg) E.g.10.455 Kg ( that is 10 Kg and 455 …

java mysql format report birt
How do we group in BIRT without wasting lines, and still only printing the group item on the first line?

When grouping in BIRT, we frequently want the grouping value to show up on the first line as follows: Group …

reporting grouping birt
BIRT in spring boot app

I need to create a report capability(function) in an existing spring boot web application. The suggestion was to use …

java spring-boot birt
How do you set and pass a parameter to a BIRT report created by the BIRT Report Designer through the BIRT API?

I've created a simple report that takes a single parameter. This parameter is used in the query and executes fine …

java jakarta-ee report birt