Tagged Questions
BIRT (Business Intelligence Reporting Tool) is an open source Eclipse-based reporting system that integrates with your Java/Java EE application to produce compelling reports.
10
votes
3answers
10k views
BIRT vs Jasper Reports
I goggled for 2 hours to find what shall I use.
I found that both are good and have good community. BIRT is supported by IBM, IBM integrated Tivoli reports with it. This proves it is good and will ...
7
votes
1answer
493 views
Using Eclipse BIRT Report Designer via PHP
I want to use Birt Reports in an php webproject.
Therefore I installed the recommend Java Bridge and the BIRT Runtime
by moving JavaBridgeTemplate621.war and birt.war to my Tomcat.
After that I wrote ...
7
votes
1answer
807 views
How to reduce size of BIRT generated PDF with background image?
It seems (at least that is our understanding of the issue at this point) that given a background image in BIRT, the PDF generation routine repeats the image information inside the PDF instead of ...
7
votes
5answers
1k views
BIRT in a desktop application
Did someone ever used a BIRT report in a desktop application. I'm comming from the .NET environment and there you can use Crystal Reports to show reports in desktop apps. Is this possible with BIRT ...
5
votes
4answers
1k views
5
votes
3answers
5k views
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 to PDF in windows it works fine.
I uses the default viewerServlet to create reports. But ...
5
votes
2answers
5k views
BIRT: Alternating row Color in a table group
Has anybody an idea of how the highlighting condition has to look like, to create alternating rows in groups? I want the every row with an even number of a table group (not of the whole table) to have ...
4
votes
4answers
510 views
Birt - OutOfMemoryError: PermGen space
I'm currently developing a tool allowing me to get statistics from anyware simply by going on a website I also created.
For those who don't know, Birt is a reporting tool, and an eclipse plugin.
My ...
4
votes
2answers
257 views
BIRT: logging to eclipse console
Need help in setting up BIRT logging.
Birt: 2.6.2
Eclipse: 3.6.2 (reporting)
I am able to log from within the eclipse birt designer to file as instructed here.
But not sure how to redirect the logs ...
4
votes
2answers
413 views
Converting Oracle Reports (.rdf) to BIRT reports
I have some Oracle Reports (.rdf) that I am considering converting to BIRT reports. Is there a way to convert .rdf files to BIRT report design files?
4
votes
1answer
4k views
Maven repository for Eclipse BIRT runtime
I'm trying to find a maven repo to allow me to add BIRT reporting dependencies to a Eclipse Dynamic Web project.
The closest I've found is http://repository.jboss.org/maven2/org/eclipse/birt/, but ...
3
votes
1answer
128 views
BIRT Preview Crashes in Eclipse Designer on Linux
Using Eclipse Indigo and Birt downloaded from the default update site on Ubuntu 11.10 and Oracle Java 7.
Whenever I try to preview a report, even an empty one with just static text in it, eclipse ...
3
votes
3answers
501 views
Why is there no maven repository for eclipse Birt 3.7
Now, since Birt 3.7 has an easier way to use the runtime (just deploy the jars), why is there no maven repository?
Birt contains over 50 dependencies, it's ridicules.
How do you work around this ...
3
votes
1answer
349 views
How do I integrate BIRT logging into application logging?
I'm developing a web application using Spring Framework, Hibernate, and Wicket. I've integrated the BIRT runtime engine as the reporting component, but I have a problem with logging. Every other ...
3
votes
2answers
367 views
Reporting Engine or Own reports?
My current task is to produce a report on a collection of fairly large linear data set (ie where value 10 depends upon some average factors from 9 8 7 6 5 4 3 etc
The problem also is that this logic ...
3
votes
2answers
2k views
Overlay BIRT runtime into correct WAR locations
I'm trying to get Maven to assemble a WAR with the BIRT runtime in a useful location within the WAR.
The BIRT runtime is in the pom.xml as
<dependency>
...
3
votes
1answer
872 views
BIRT Formating Legend of a bar chart
I have a small problem, a BIRT report I designed uses a bar chart. Now I want to increase the space between colored box and the text in the legend. Is that possible? (I'm using BIRT 2.1.3)
EDIT: I ...
2
votes
1answer
108 views
Customized approach to setting the jdbc connection with the birt reporting engine
We're using birt 2.6.2 reporting to display reports in our tomcat hosted web app. We have a reporting.rptlibrary file that contains a <data-sources> and <oda-data-source> xml element. ...
2
votes
1answer
64 views
BIRT Dynamic Text in CSV Output
I've just starting trying out eclipse BIRT to generate reports, but am unable to get the "Dynamic Text" option working when I output to a CSV file, it works fine on other output types.
Is there a way ...
2
votes
1answer
467 views
BIRT 3.7 runtime. Customizing of PDF fonts and jdbc drivers are not possible anymore?
I'm trying to upgrade BIRT to the latest runtime 3.7.
Looks like that it's impossible to customize PDF fonts! In previous versions it were done in ...
2
votes
1answer
163 views
BIRT: multiple sub-groups (nested groups) in a table
My dataset returns the following:
-------------------------------------------------
Month Customer Application Operation Count
-------------------------------------------------
Jun2011 ...
2
votes
1answer
141 views
Tell Flying Saucer or BIRT to scale the html to fit on a single pdf page
My application generates HTML reports. The users want the report to fit a single PDF page - doesn't matter how much zoom you need for it.
Currently they render the page in Internet Explorer 8, and ...
2
votes
2answers
613 views
Exception(s) when trying to debug a birt report
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 ...
2
votes
1answer
292 views
Generic Framework that supports JasperReports and BIRT
I am designing a generic reporting framework in Java. Here is my situation:
There are many business units (BU) in an organization (Accounts, HR, Recruitment, Transportation)
For various business ...
2
votes
1answer
334 views
Retrieving latin1 encoded results with JDBC
I am trying to retrieve result sets from a MySQL database sing JDBC which is then used to generate reports in BiRT. The connection string is set up in BiRT.
The database is latin1:
SHOW VARIABLES ...
2
votes
3answers
692 views
BIRT/Jasper/Pentaho - Ad hoc reports?
I'm currently evaluating the main FOSS report generators. One of the features I'm looking for is the ability to manipulate the presentation of data when the report is presented on the browser:
...
2
votes
1answer
948 views
not getting data when using scripted dataset in rcp designer
this is my java code line which i am using to pass the data in birt task:
activityReportTask.addScriptableJavaObject("activitybean",activityBeanList);
now i am using rcp designer for crating ...
2
votes
2answers
238 views
What is the current state of art reporting and charting tool in Java web applications?
We are looking to integrate a reporting and charting tool in our web application. The web application is based on GWT, Spring and Hibernate. The candidates that we are evaluating are
- BIRT
- ...
2
votes
0answers
512 views
How to use Grails with BIRT report and show BIRT web viewer
I installed the birt-report plugin on a Grails web application project but I cannot understand to use it. I have 2 use cases:
Generate BIRT web viewer and show on GSP Page (Show chart report)
...
2
votes
3answers
2k views
How to set a datasource for a BIRT report programmatically?
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 ...
2
votes
3answers
259 views
Reporting engines with good postgresql support
I have an upcoming project in which reports will play a large role. The reports will be predefined in nature, but may return significant amounts of data. For the database portion of the project ...
2
votes
2answers
1k views
Can BIRT be used within a web application without deploying a separate web application on the server?
Can I use BIRT within my application instead of deploying as a separate app on the webserver?
I know that BIRT viewer can be integrated with the application by installing it on the server. I went ...
2
votes
0answers
568 views
BIRT - How to add a dynamic marker?
I have one dataset and create from this set an area chart. In this case no problem.
But now I have the requirement to add dynamic markers to the chart.
So, this is the example:
Data Set:
date | ...
2
votes
2answers
988 views
BIRT 2.5 deployed with Xerces jar in WEB-INF/lib throws NullPointerException
so I am having pretty much exactly the same problem as what someone else has described here:
birt-exchange.
I have integrated BIRT with my existing web application that requires the xerces jar (mine ...
2
votes
1answer
191 views
What should be committed to the repository in the eclipse workspace?
I have a eclipse installed to work with BIRT reports. What files in the workspace should be committed to the repository and what files should not?
2
votes
2answers
438 views
Interactivity where are you gone?
I am sorry to bother you but I am facing a very inconviniet problem ...
I have been browsing around your many sites about BIRT and specially for Interactivity or scripting related subjects.
But (it ...
2
votes
2answers
1k views
Multiple questions on BIRT
I am new to BIRT.
I have a requirement to print a HEADING based on a database value. How do I do that?
How do I leave a Blank line upon break in one of the fields I am reporting?
In the footer, I ...
2
votes
1answer
2k views
How do I combine multiple BIRT reports
We currently have a whole suite of report designs that cover various parts of our app, and these reports are generated on demand by our users.
I want to be able to bundle up several of these reports ...
2
votes
1answer
970 views
What is the simplest way to set up a BIRT report viewer for a xulrunner application?
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 Java ...
2
votes
2answers
5k views
In BIRT, how do I access an arbitrary data set from JavaScript?
I am building my first report in BIRT.
Very quickly I ran into a problem in which I wanted to display some text or data based on an expression that included data from two different tables (not tables ...
2
votes
2answers
1k views
How do I download the source for BIRT?
The Eclipse projects are all stored in the Eclipse Foundation CVS servers. Using the source is a great way to debug your code and to figure out how to do new things.
Unfortunately in a large ...
2
votes
2answers
791 views
Display blanks instead of 0 or 0.0 in a BIRT report
When using an aggregate control in some reports you would prefer to see a blank field instead of 0. There does not appear to be a way to do this automatically. Does anyone have a way that this can ...
1
vote
1answer
30 views
Eclipse BIRT Report Designer paragraph style different
Let's say I have a bunch of paragraphs coming from a Word file. These paragraphs have different styles applied to them (some are bold, some have smaller or bigger font size, some are italicized, ...
1
vote
0answers
30 views
PDF blob in eclipse birt
I've a MySql DB with table documento: this entity has a blob column named doc. Into doc column I've saved a pdf doc. I would retrieve this doc into dynamic image of eclipse birt. I've tried to run ...
1
vote
1answer
85 views
CHanging background color of birt report accoding to groups
So , Here its goes , I am generating a BIRT report as shown by image embedded , i am grouping by custmeer such as ACM , AFL etc ...
As you can see i use background alternative color as blue and ...
1
vote
1answer
67 views
How to embed pivot table in java web application using eclipse BIRT
I have few questions regarding the pivot table functionality of BIRT
1) My first requirement is i want to embed the pivot table in my application so that end user can create the pivot table. it must ...
1
vote
1answer
47 views
Different layout for 1st and rest pages of report
I currently have a detailed report to design:
A report which has different header-footer-detail for the first and rest of the pages. I tried to overcome the challange by using 2 Master Pages (not ...
1
vote
2answers
153 views
Dynamic (background) image on every page of BIRT report
I want to write dynamic text vertically on the right side of every page within a pdf document generated with Birt (2.5.2)
This leads me into two problems that maybe can be solved independently:
...
1
vote
1answer
79 views
How to use BIRT chart in PHP
How do I use BIRT chart to show a chart representation, like bar chart and pie chart, using PHP?
Can someone help me, or point to a tutorial?
I am using this reference: ...
1
vote
1answer
37 views
BIRT add existing aggregation through UI
I want to add an existing aggregation to a report. For simple parameters from a dataset it's easy, just drag drop.
I've been deleting and recreating them in the past and i'm tired of doing that. I ...