birt Questions
3
Solved
I need to get multi tabbed output in the final report output in excel fromat. I'm using birt 4.2.0. Any help????
3
I need to create a report capability(function) in an existing spring boot web application. The suggestion was to use BIRT, which I could integrate with the spring boot web app.
I found the articl...
Frightful asked 18/8, 2015 at 10:32
6
Solved
As an FYI, I'm new to this entire stack, so I might be making a basic error.
I'm attempting to explore BIRT reporting for a Maximo system that was recently upgraded.
To do so, I installed the fol...
3
Solved
I have multiple BIRT reports that obtains the data from the same jdbc data source.
Is it possible to obtain the conection parameters (Driver URL, User Name, and Password) from an external property...
Lithophyte asked 27/8, 2009 at 11:2
4
Solved
Very little has changed in a while for BIRT. Since the project seems still heavily used, it would be interesting to know if there are future plans and if so, what is entailed in those plans. Subseq...
5
Solved
I have listed all available fonts in system by calling
GraphicsEnvironment graphicsEnvironment = GraphicsEnvironment.getLocalGraphicsEnvironment();
Font[] fontNames = graphicsEnvironment.getAll...
2
Solved
2
Solved
I am writing a Java application that uses BIRT to produce reports. I want to package custom fonts in a jar file and be able embed them in PDF reports.
I could extract fonts to the file system firs...
3
I installed 64-bit Oxygen.2 and installed BIRT Framework through 'Update Software'.
When trying to render reports (to any format) from BIRT's GUI, I get the following error:
java.lang.NoClassDefF...
3
I want to use Birt Api library im my project so I included rg.eclipse.birt.runtime 4.5 maven dependency into my project
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
...
2
Is there a way to edit rtpdesign-files (used by the BIRT-library) in IntelliJ? Currently, I have to switch between IntelliJ and Eclipse to do the editing.
Cupellation asked 19/2, 2014 at 13:31
2
I constructed a report by using BIRT and Data tables. Everything is working as expected. However height and width of BIRT viewer aren't dynamic. They are static and hence scroll is applied. So I wr...
5
I have a BIRT report which connects to our test database. In the productive environment I would like to supply a datasource which is provided by the container through jndi.
How would I set the dat...
3
I want to debug the afterDataSetFilled method of a chart. When I start debugging, I am getting a dialog prompting me to enter the values of all the report parameters (two of which are datetime). No...
1
Solved
I am trying to configure birt report in a spring boot applications, the client is an angular 2 application, here is where I run the report:
@PostConstruct
public void startUp() {
if(inputDir == n...
Operetta asked 13/10, 2016 at 14:55
2
Solved
I'm getting a
java.lang.SecurityException: class "org.apache.poi.POIXMLDocument"'s signer information does not match signer information of other classes in the same package
between the BIRT cor...
Tifanie asked 29/11, 2015 at 21:7
1
First of all, this is NOT a duplicate of this question: What is the difference between lowagie and iText? In this question, I'm only referring to the version used by both Jasper and BIRT, that is t...
Genipap asked 13/7, 2016 at 13:15
1
Solved
I Have made a report in birt.
The dataset of the report containing the query which contains many where conditions using a Startdate parameter.
I have made two parameters Startdate and Enddate. I wa...
Purdum asked 6/5, 2016 at 12:26
2
I was able to pull the BIRT source (4.2.2 branch) from here: https://github.com/eclipse/birt/ using m2e (Maven integration for Eclipse) and imported it in my eclipse workspace. The BIRT documentati...
1
Solved
I need to get a count of records in an unrelated table, based on the row values in a query with some moderately complex joins. All data is on one server in a single SQL 2012 database, on several di...
Ctenophore asked 28/8, 2015 at 18:2
2
I am currently creating reports with Eclipse embedded Report Designer for BIRT reports. In my next step, I would like to schedule this reports in such a way:
It will run once per day on a set tim...
Nonconformity asked 23/10, 2014 at 7:14
3
I have a BIRT report with performance problems: it takes approximately 5 minutes to run.
At the beginning I though the problem was the database: this report uses a quite complex SQL Server stored...
Ruddock asked 3/6, 2011 at 12:19
5
I've created a rptdesign file using BIRT IDE. This file contents are in Arial font, when I export the report to PDF in windows it works fine.
I uses the default viewerServlet to create reports. Bu...
2
Solved
I recently began using BIRT and have developed a report to use with my xulrunner application. What I haven't yet figured out is how I should deploy the viewer. It seems like BIRT mostly targets Jav...
2
Solved
I know this question has been asked before, but I wasn't able to fix it using solutions from other posts.
I'm trying to compile a complex hierarchy of gwt projects using maven.
Everything wor...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.