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.
0
votes
0answers
13 views
Problematic frame: # J java.nio.MappedByteBuffer.load()
Helo all...
I'm getting an error when generating a PDG using BIRT Framework.
The error happens in Java JVM. The log I'm getting:
#
# A fatal error has been detected by the Java Runtime ...
0
votes
0answers
11 views
BIRT ODA Plugin Accessing Data Set Filter
I have a custom BIRT data source that uses the BIRT Open Data Access (ODA) API similar to the example described in chapter 20 of the book "Integrating and Extending BIRT". However, I've been unable to ...
0
votes
0answers
21 views
BIRT NoClassDefFoundError
I have been searching the web for a while now and no solutions found have been working out for me. So, I turn to you.
I get a java.lang.NoClassDefFoundError when I try to integrate the API of BIRT ...
2
votes
0answers
16 views
Sortable header link not working with my EventHandler class in BIRT
I want to design a report to show Customer data (cust code,Name) and the header link should be sortable.
I am using Scripted data source.
I implemented a CustomerHandler class like below:
...
0
votes
1answer
43 views
Highlight Date Value but not when it is NULL
Under Property Editor in the Highlights tab I have used this syntax:
1 Less than or Equal BirtDateTime.diffDay(row["GEN_SAFETY"],BirtDateTime.today())
Background color is set to GREEN, but I don't ...
-1
votes
0answers
21 views
In Maximo Using Birt
I would like to get a summed report using BIRT in Maximo. Basically I would like to display
Total actual Labor hours , actual material used in N number of workorders and total opened for the reporting ...
0
votes
1answer
20 views
BIRT Pie chart can grow property?
I have a pie chart using BIRT. Works fine but the problem is it only shows data that is "fitted" in the chart's size. Is there a "can grow" property equivalent for pie charts? I mean all data shows ...
0
votes
1answer
15 views
BIRT behind a proxy on a Tomcat Server: Sessoin expired
i'm trieing to run Eclipse BIRT on a Tomcat6 Server behind a Proxy. This scenario is like this:
I request at a PC a URL like www.webseite.de/client/birt-viewer/.... This PC redirects the URL to ...
0
votes
0answers
18 views
Birt report in Text formate
I neeed to generate the Birt report in Formated Text fromate. This report would contain SubReport, Aggregation along with other data elements. Following is the formate:
Name of client (Ganeration ...
0
votes
0answers
10 views
How to fetch Birt parameter values in GridEventHandler class?
I am setting paramets map like this in my generateReport() method. But I am not able to retrieve this in EventHandler class.
IRunAndRenderTask task =
...
0
votes
0answers
10 views
Create Birt report from BIRT Script API 2.3.0
I am creating .rptdesign file using Birt script api 2.3.0.
I am able to create columnhint and resultset list structure using this api.
But I don't know how to generate script dataset that generates ...
0
votes
1answer
26 views
BIRT report_ repeating the stucture on the basis of group
With a model like: "student (1)->() School, student (1)->() Result (Student,School)"
I need to generate a BIRT report as folows,
::::::::::::::::::::::School detail:::::::::::::::::::
School ...
0
votes
0answers
38 views
BIRT Joint Data Set fails when using Data Source referencing a variable
I have two data sources, a jdbc:mysql based source & a xml based source. The xml data source uses a beforeOpen script to reset the url using
this.setExtensionProperty("FILELIST", ...
0
votes
1answer
25 views
BIRT Chart Engine not working
Im new to SWT and need to plot graphs and have chosen to use the BIRT Chart Engine framework, now I've read up online and I think I have installed the BIRT Framework by doing the following in Eclipse:
...
0
votes
1answer
73 views
org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
I have a BIRT report in my app that uses hibernate as datasource. It keeps giving me an error like above. These reports are running on my team mates workstation so I am not sure what is happening to ...
0
votes
0answers
31 views
Rendering images in BIRT report
I can refer external images in my BIRT reports (pdf format). But when the images have spaces in them it is not rendered in the report.
e.g. My_Image.jpg works but My Image.jpg does not work.
Note ...
0
votes
2answers
36 views
How to view BIRT reports using Java in Eclipse
I'm creating an appointment booking and financial application for a start-up business opening soon. Everything is going well and I'm nearing the end of this project, yet I would like to create reports ...
0
votes
0answers
22 views
deploying birt viewer in tomcat with excel datasource
im trying to run a predifined report in tomcat , i followed the instructions and successfully installed and tested birt viewer .
i use excel sheets as datasource and the reports works fine on eclipse ...
-2
votes
1answer
22 views
BIRT in Eclipse
Am using BIRT for the first time. I am trying to install MySql JDBC driver. Navigated to the jar file in plugin folder, I select it but there is nothing in drivers option. Confused, frustrated please ...
0
votes
0answers
45 views
How to access java object in scripted data source?
I have used XML as the data source to generate report and it went fine with BIRT. However we are getting performance issues with XML content generation.
So, we planned to set the java object to birt ...
0
votes
1answer
63 views
Filters in Eclipse Birt
I have to create a Web Application using Eclipse Birt, and Apache Tomcat to have it on line.
One report will include a table and a chart, both taking data from MongoDB.
While I succeeded in designing ...
1
vote
1answer
32 views
Save report in BIRT open source
How can I save a report on server in BIRT so that it can be opened later by someone else using a link. I want to save the report as report design document(.rptdesign). I am using BIRT open source ...
-2
votes
2answers
159 views
which reporting tool I should use: Birt or Jasper
I know there is a lot of link with comparison but believe me that did'nt help me.
I am working on a project in which I am using Struts 2.3.7 ,hibernate3.4 & spring 3.0.5 for DI ,In my application ...
0
votes
0answers
50 views
BIRT csv emitter and EJB
I want to use csv emitter plugin in a Java EE application. Is it possible? I get the following error:
org.eclipse.birt.report.engine.api.UnsupportedFormatException: The output format csv is not ...
0
votes
2answers
45 views
Adding a new font for BIRT Reporting
I need to add a new font type for one of my reports, Monotype Corsiva. How do i do that in BIRT? My BIRT version is 3.7.2. I have both the ttf and otf files.
-2
votes
0answers
31 views
How to use BIRT @ASP
I am quite new to BIRT. I ain't getting any basic tutorial to work with BIRT within ASP. In my application, I want to preview the report like Crystal Report. Can you please help me guide to a ...
0
votes
1answer
54 views
Changing the BIRT hyperlink at run time
Is my expectation valid? If yes, please guide me.
Local machine->local server process-> I generate Birt report-> which contain hyperlinks hard coded for example: ...
-1
votes
0answers
46 views
Migrate Oracle Reports to Birt Report-Which is Best Method
I have a requirement to convert thousands of Oracle reports to Birt Reports.In birt i will use postgresql as database.Which is the best way to convert oracle reports to birt reports.One option is ...
0
votes
0answers
19 views
Getting BIRT to display values on 2 column
I am trying to display the name of the dishes in birt, but it seems that i cant put the name of the tags side by side.
I am able to generate a list of dishes names but i want the dishes on the odd ...
0
votes
1answer
62 views
How to secure BIRT Report Viewer
I need to implement authentication of user for birt report viewer while opening the reports,
so that we should not be able to run the report and user authentication should also be done before opening ...
0
votes
0answers
34 views
Accessing properties of object using Spring bean in BIRT
I am trying to retrieve a value object by calling a method on a bean sitting in spring context by following the example at http://www.springsource.org/BusinessIntelligenceWithSpringAndBIRT
However ...
0
votes
4answers
143 views
How to get Year from Date Report Parameter-Birt Report
I created one birt report.It contains one report parameter with name "FromDate".User will insert it in a fromat like "dd/MM/yyyy". I want to get year(if date is 11/01/2013.i want to extract 2013 from ...
0
votes
2answers
49 views
Generate HTML email from a Template
I am working on a functionality where the application needs to generate user specific emails. This will be setup or configured on the user level using a email template which essentially contains a SQL ...
0
votes
2answers
66 views
FontHandler exception during report generation with birt engine
i am getting below excpetion during birt report generation. Given below the code with stack trace.
do i need to add any other font related files in my application?
Does anybody have an idea on ...
0
votes
1answer
83 views
Birt - how to manipulate row cells onrowcreate
I'm new in Birt scripting and need help with some script.
I want to merge cells in a table row on row create if they contain equal data.
For example this table
------- ------- -------
| id1 | 2 ...
0
votes
1answer
23 views
Hide summary columns on a Birt report
Essentially I want to have grand total column like the one I just linked to.
However, I want to hide the column that the grand total is based off of. For example, in reference to the picture, I would ...
1
vote
2answers
59 views
Birt - How to Set Data Source Timeout?
One of my JDBC data sources in a Birt report points to a MySQL server that goes down every so often (long story)
But when it does go down Birt/Eclipse freezes for 5+ minutes. Is there a way to lower ...
1
vote
1answer
55 views
Birt - How to Format Y axis as percentage
In the chart below I'm trying to make the percent_uptime column be formatted on the chart's Y axis be shown as a percent. E.g, "35%" instead of "0.35".
Any ideas how to do this? I tried changing ...
2
votes
0answers
73 views
Having trouble integrating BIRT with Python Django
I am trying to integrate BIRT with Python Django. I created a form in Django that lets the user input parameters to a report. When the form is submitted, the view takes the parameters and creates a ...
0
votes
0answers
50 views
BIRT on Runnable Jar
the problem is with the already made runnable jar. When in eclipse, the code compiles, BIRT prints my report in PDF and everything works fine. But when I try it from the runnable jar I get:
...
1
vote
0answers
64 views
Two columns at the same group level Birt Report
I am trying to develop a report that looks something in Birt along the lines of
-------------------------------------------------------------------------------------
| ...
0
votes
1answer
50 views
Access Birt Cell
I'm having a trouble in accessing a Birt Cell value from another cell.
Cell #1 has dynamic text with it's expression. It's binded to a DataSet#1.
Cell #2 has dynamic text with it's expression. It's ...
1
vote
1answer
96 views
How do I include jQuery library in BIRT
I'm trying to include jQuery library in BIRT report, I tried two ways:
I tried to use an text element which properties is HTML and dynamic text in the report, and I copied jQuery.js code into the ...
0
votes
0answers
38 views
Drill down links not working in one of my environemnts
I have the BIRT-Viewer web app installed on two systems:
System #1:
Windows 7
Tomcat 7.0.35
JRE 1.7.0_15
Viewer Version 4.2.1
Engine Version 4.2.1
System #2:
CentOS 6.3
Tomcat 6.0.24
JRE 1.6.0_24
...
2
votes
3answers
55 views
Is it possible to get the sum while executing a join?
I have this code:
select id,
p1.value as company,
p2.value as budget
FROM process p
LEFT JOIN Param p1 on p1.ID = p.ID AND p1.NAME = 'Company'
LEFT JOIN Param p2 ON p2.ID = p.ID AND p2.NAME = ...
-3
votes
1answer
137 views
birt fetch 2nd row data [closed]
In our DataSet the data comes in multiple rows. we are able to fetch the data of the first row with row["COLUMN_NAME"]. how can with fetch the data of Second row.
for eg.
EMP_ID EMP_NAME DEPT_ID
...
0
votes
0answers
107 views
BIRT report won't print dataSetRow[“name”] value when run in birt-report plugin
I have created a simple BIRT report that selects data from two DB tables using two different DataSets. It also has got two parameters that are passed into DataSet queries.
My problem is that when I ...
0
votes
2answers
76 views
Do a single column sum of values in BIRT
Hi i have a problem here.
I am working on an invoice template using BIRT. I have a table column qty, unit price and amount(unit price * qty). at the table footer, I want to compute the total amount ...
1
vote
1answer
34 views
using mysql IN command in BIRT, with variable as 301,90,96,121,139,367,291,296,298 [duplicate]
I have a problem with BIRT. I realised that i cannot pass 301,90,96,121,139,367,291,296,298 as a string into this query "SELECT dishes.name from dishes where dishes.id IN (?)". But my database is ...
0
votes
2answers
232 views
Java code to generate report using BIRT
I have some data in the form of XML which contains few records and alos created one RPT file.
So now, how can i call birt to generate report by passing XML and RPT as input parameters.
I am ...

