birt icon indicating copy to clipboard operation
birt copied to clipboard

Eclipse BIRT™ The open source reporting and data visualization project.

Results 123 birt issues
Sort by recently updated
recently updated
newest added

For some reason BIRT bundles commons-codec inside it and uses such an old version it causes issue with other libraries trying to use a newer version. https://github.com/eclipse-birt/birt/blob/f32bef1d44ecccc4f22aeb682ba35b9cafb84ea4/build/org.eclipse.birt.build/externalRepo.properties#L27C83-L27C107 BIRT could use...

@hvbtup I am not that sharp with the scripting stuff, but these changes add script support for OnCreate and OnRender for all ExtendedItem. Do you think this is enough?

Hi there, I’m working on improving parts of BIRT’s more or less internal code, see https://github.com/eclipse-birt/birt/pull/1531 (This is meant for preparing JS script support for ExtendItems like RotatedText as a...

My fork includes the commit #1371: "Fix prepared statement setNull() #1365" I cannot generate a report without a lot of stack trace output in the following situation. I am using...

This is an annoying issue personally with BIRT 4.5.0 - I don't know if this is already fixed in the source. When generating reports,BIRT will display long numbers in two...

Dear team, Please help with resolving the following issue: When opening the properties of the flat file datasource there is nothing displayed but blank window. There is also no options...

The Axis 1.x library has a [reported critical vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2023-40743) in it. The 1.4.1 version of Axis is included in Birt 4.9.0 and 4.13.0. This library is EOL and the recommended...

I found this discussion regarding iText tags and accessibility in a forum from 2012. https://forums.opentext.com/forums/developer/discussion/52337/how-do-you-create-an-accessible-pdf-report-with-birt I couldn't find anything regarding PDF accessibility in the BIRT Docs. https://eclipse.github.io/birt-website/docs/t_brief-editor-tour Has PDF Emitter...

Help wanted
Feature

Question here. To date, we integrate the BIRT runtime into our application by using the BIRT Runtime zip artifact. This zip contains several jars as regular dependencies, however interestingly, also...

There are quite some use-cases where you want to be able to determine certain properties of the output based on information from a data source. A number of things are...