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
2 answers

How to create Line chart from birt chat plugin in eclipse

I am using eclipse brit plugin to generate a line chart. Basically i want to create a report to present a mobile battery usage in given time range. Here is sample data where observationtime is dynamic based on user selected range: I want to draw a…
user526206
0
votes
1 answer

BIRT Report - Multiline text underlined to the full width

I'm trying to create a report with a layout as shown in the picture. The value of each field is underlined to the full width of the report. If it occupies more than one line each line is underlined. And there is also a short comment under the first…
koszek
  • 55
  • 7
0
votes
1 answer

BIRT: How can I access the current DB connections/session from JavaScript?

I need to run a piece of Java code which builds a complex SQL query. I know how to call the Java methods from JavaScript in BIRT but how can I get a pointer to the current DB session/connection?
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
0
votes
1 answer

How to view query in existing BIRT spreadsheet report

How to view query in existing BIRT spreadsheet report in BIRT 11. Need to analyze the query to find the tables used in it.
0
votes
2 answers

Fetching Data from Multiple Birt Report into a single BIRT Report

I have created multiple Reports and need to create a final report which will contain the data from these multiple reports. The following is my situation: Report A: Column Column1 Column2 Column3 Column4 Calucation …
Mufaddal
  • 558
  • 5
  • 24
0
votes
2 answers

Union which excludes values from the first table

The origional problem I am attempting to solve is that I need to show all rows from a specific "joined" table. However these are sometimes blank with no totals and normally would not show (think categories and counts for each). So what I am…
Sh4d0wsPlyr
  • 948
  • 12
  • 28
0
votes
1 answer

datasource is not returning value for the 2nd row even after binding for birt report

I have created a report using scripted datasource.I had to do some mathematical operations for calculating something so I used a dynamic text. Now the problem is that the value coming in dynamic text is correct for the first row.But for the second…
zeeshan
  • 379
  • 5
  • 16
0
votes
1 answer

navigator not found in javascript-birt report

I am implementing javascript in birt to check the os of the machine as I am making a responsive report. Here is my javascript if(navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) ||…
Mr x
  • 828
  • 1
  • 8
  • 25
0
votes
2 answers

Safety plan associated Hazards and precautions Sql query for BIRT report

my requirement is to have a list of all Safety plan and their associated Hazards and precautions , there is no relation between SAFETYPLAN and HAZARD in database configuration. I need a Sql query for BIRT report,
0
votes
1 answer

Birt report - function as marker

In Birt report, is it possible to use a function/expression as a marker, instead of being limited to use a static value? Can't find that option.
blocnt
  • 73
  • 1
  • 8
0
votes
3 answers

Date format in Oracle- fetching Date of certain range

I have a date table in my db in Oracle. When I run a query I get the date format as '01-05-2015' but when I run a similar query in BIRT, I get the date format as '01-MAY-2015 12:00 AM'. How can I get the date format in dd/mm/yyy by keeping the data…
Mr x
  • 828
  • 1
  • 8
  • 25
0
votes
1 answer

BIRT how to insert text dynamically

I have a report that will require chunks of text (that will be created dynamically) to be embedded from a Java program that runs the report. Is there a way I can put a text object into the design and then somehow get hold that of that object in my…
Dan
  • 9,681
  • 14
  • 55
  • 70
0
votes
2 answers

BIRT report optional parameter script

I am using SpagoBI, and I am trying to create report with optional parameter. I have problem with beforeOpen() script. Here is the query. select C."CUSTOMERNAME", C."CITY", D."YEAR", P."NAME" from "CUSTOMER" C, "DAY" D, "PRODUCT" P, "TRANSACTIONS" T…
LucasPG
  • 423
  • 1
  • 6
  • 22
0
votes
0 answers

BIRT : org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Birt]]

I want to setup BIRT : [http://www.eclipse.org/birt/] I have followed the official documentation on how to integrate BIRT 4.6 with apache-tomcat 8.0.36. I went through all the related answer on stack-overflow but that did not resolved my specific…
PratikDhanave
  • 43
  • 1
  • 8
0
votes
0 answers

SpagoBI how to add parameter to report

Hello I have a question. When I want to create BIRT report with my parameter I recive page with blank list. Why this list isn't filled with values from CUSTOMER.CITY column (which is a string)? I created parameter in Report Parameters folder. Then…
LucasPG
  • 423
  • 1
  • 6
  • 22
1 2 3
99
100