Questions tagged [birt]

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.

Eclipse Business Intelligence Reporting Tool (BIRT) is an open source reporting system for web applications, especially those based on Java and Java EE.

BIRT has two main components: a report designer based on Eclipse, and a runtime component that you can add to your app server. BIRT also offers a charting engine that lets you add charts to your own application.

More information:

Books:

See also

2189 questions
0
votes
1 answer

BIRT: Error 18004 when trying to preview report

I'm totally new to BIRT. I've installed Actuate BIRT Designer Professional, and when I try to access the preview tab of my report, or I try to Execute it, I always get an error 18004 that states "Error accessing report parameters: cannot get file…
Bardo
  • 2,470
  • 2
  • 24
  • 42
0
votes
2 answers

BIRT grouping how to

I'm new to BIRT and looking for some help. I've already set up a basic grouping that for every "Computer Host" shows a table with the current virtual running and its operative system. In BIRT I have a table with a group "Hosts" (data item). Then I…
Phantaquh
  • 1
  • 2
0
votes
1 answer

Birt (Webservice): How to show a list of objects from a SOAP response

I have a very simple webservice running who is represented through the following class: (Note that the WSMachineObject class already works on another webservice!) @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "MachinehallObject") public…
Markus
  • 1,452
  • 2
  • 21
  • 47
0
votes
1 answer

BIRT .xlsx file is damaged in Linux Environment While working good in Windows Environment

enter image description hereHi, I'm using BIRT verison 4_5_0. I've deployed application in my development windows environment and I could generate report with chart in .xlsx format. It's working fine in windows environment. But my production…
Prakash V
  • 17
  • 7
0
votes
1 answer

BIRT not working with Java 1.6 JAX-WS method parameters

In my previous question here (Contains all the source information) I have asked why my WSDL does not contain the parameter for my methods. I got then told that it is available in the WSDL available under http://localhost:8080/hello?xsd=1 Looking…
Markus
  • 1,452
  • 2
  • 21
  • 47
0
votes
0 answers

How can BIRT be extended

How to add a new option or user interface to retrieve a large dataset(say 1 Million records) and randomly select a few records from the large dataset and run the query on fewer number of records.
shashi gouda
  • 126
  • 1
  • 2
  • 16
0
votes
2 answers

BIRT: Use highlights for several objects in report with style or script

this is my first question ever, so please be patient. :-) I am using BIRT (ECLIPSE) to create a report, which has several tables. I want many of the cells in these tables to feature the same highlighting rules (colored backgrounds, fond formatting,…
Johannes
  • 21
  • 4
0
votes
1 answer

BIRT, repeating chart in list

I have a problem using Eclipse BIRT, i'm trying to create a list with group headers including a chart relevant to the specific group header. So lets say i'm trying to create a list with all employees including their sick hours monthly in a bar…
Rik
  • 3
  • 2
0
votes
1 answer

How to insert an image into a BIRT report using URI properly?

I have created demo.rptdeign file using BIRT report. I included image in rptdeign file using image URI like :- "https://127.0.0.1/media/" + row["general_info_left_image"] when I run report as HTML using BIRT viewer I can see images in html. But when…
PratikDhanave
  • 43
  • 1
  • 8
0
votes
0 answers

Birt Reports with asp.net

I am currently forced to use Birt as a reporting tool in an application I build. I didn't want to make it overly complicated, because the feature-set is very small, but my client told me he wanted Birt - there's no way around that. Except for that I…
dieTasse
  • 55
  • 6
0
votes
1 answer

Integrating BIRT with Esproc

We've been using Esproc with our BIRT reports for a while now and everything worked perfectly. We followed this tutorial and things worked. However, the latest version of their software incorporated a couple of new functionalities and as such, we…
Osuwariboy
  • 1,335
  • 1
  • 14
  • 29
0
votes
1 answer

Integration Birt parameters with HTML

I working on my Bachelor Thesis and i have a question. It is possible that Birt will be generate form with parameters on my HTML page from .rptdesign? I found that i can put the code to my html like there but this not working. Maybe somebody know,…
Tom
  • 1
  • 4
0
votes
2 answers

JavaBridge BIRT Send Email

I need some help in my php code. My reports are done in eclipse BIRT giving them a .rptdesign file extension and I want to send it through gmail. I am successful in sending but the images are broken and the CSS is not applied. Here is my…
0
votes
1 answer

Birt Engine Report need to add download link in each row

I am using Birt engine to generate report in our java web application. I need to add a download link for each row which generated. can you help me how can i add this option in my report.
MUKESHKS
  • 1
  • 2
0
votes
0 answers

Error "Cannot perform fetch on a PLSQL statement: next" while Calling a procedure from BIRT, eg: call sptest('IN1','IN2');

I'm getting the above error while trying to execute Stored procedure from BIRT. Please let me know the right way to call a Stored Procedure from BIRT. My SP runs a series of command and Insert rows in a table. I've to build a report by first calling…
1 2 3
99
100