The birt-report tag has no wiki summary.
7
votes
1answer
512 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 ...
4
votes
4answers
650 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
292 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 ...
2
votes
1answer
150 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
73 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
548 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
186 views
BIRT: multiple sub-groups (nested groups) in a table
My dataset returns the following:
-------------------------------------------------
Month Customer Application Operation Count
-------------------------------------------------
Jun2011 ...
2
votes
1answer
314 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
1k 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
0answers
531 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)
...
1
vote
1answer
52 views
BIRT, how to get the length of the report parameter?
I have been trying to make a list box report parameter with multiple choice enabled. I'm trying to filter my report based on this parameter. I have wrote a code something like this, but it is not ...
1
vote
0answers
61 views
Creating a custom BIRT emitter: How to get the width and height of a cell, table or grid?
i am implementing a custom Birt emitter and i need to know the width and height of a cell, table or grid in pixels or points. The issue ocurrs if the measures are not explicitly set in the Report ...
1
vote
1answer
50 views
How access to servlet context parameters from birt javascript?
I have a report with a dynamic xml file as datasource.
This file is generated previously to launch the report and is send like a report parameter.
So I declared a datasource with target in "property ...
1
vote
1answer
43 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
1answer
132 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
2answers
33 views
How can a library masterpage display report specific text?
My reports are linked to a masterpage in a library file. I want the masterpage to display the report name, but the report name will be different for each report. How can the report communicate the ...
1
vote
2answers
243 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
34 views
Can we use common master page for multiple report in birt?
Can we use common master page for multiple reports in birt?
I'd like to use common images in my reports and I don't want to change every single report every time I'd like to change an image.
1
vote
1answer
87 views
How to make common master page in BIRT reporting?
How do I make a common masterpage in BIRT? I'd like all of my reports to use a common master page, so that I can make a change in one place and all of the reports that use that master page ...
1
vote
1answer
106 views
BIRT: Using Parameter in “group by” part of a SELECT
I'm getting crazy with this problem:
I have got some Oracle SQL-Reports to redesign them with BIRT. The first things worked great but now there is a SELECT in the report that uses GROUP BY and for ...
1
vote
0answers
116 views
BIRT Palette scripting: How to access dataset row
If I want to change the color of circles in scatter chart based on a field not being used in the chart, then how do i use that column in script. I mean how can i get the that data...for example
If ...
1
vote
3answers
371 views
Open Source Java Reporting Framework
i want to create few Reports which picks data from few SQL tables, So instead of creating different report's i want to create (or use any Open source) reporting framework, I googled about it but still ...
1
vote
1answer
61 views
How can I summarize and reuse a complex dataset
How can I re-use a single complex dataset across a number of tables?
The dataset has a number of computed columns that needs to be reported both in detail and in summary. Here's a very simplified ...
1
vote
0answers
51 views
Examples of custom BIRT report items other than in BIRT Controls
When looking for examples of custom BIRT report items, there are a few versions of RotatedText/RotatedLabel around, and DotBar (only in BIRT Controls Library). Any others?
1
vote
1answer
69 views
Including parameter entry UI in a BIRT report
Is it possible to include UI (text boxes, combo boxes, radio buttons, etc.) for changing report parameters and rerunning the report in a BIRT report? It's good enough if it only works with HTML ...
1
vote
1answer
161 views
BIRT: How to make a table with many columns in a report
I would like to create a report containing a table that will not fit to one page, since it has too many columns. I want BIRT to create a report that you can print and put the pages next to each other ...
1
vote
0answers
90 views
Any way to internationalize BIRT reports without property files
BIRT supports l10n an i18n using simple property files. I'm running reports from Jboss and
my rptdesign files are stored in database. When creating design I'm providing InputStream
design = ...
1
vote
2answers
548 views
Dynamically add reports as subreports to a master report in BIRT
I am developing a reporting application where a user can select(and order) reports from a list of 100 reports and ask for a master report. This master report should contain all the selected reports in ...
1
vote
1answer
464 views
Export reports (pdf, xml, html)
Using MySQL with tables such as company, accounts, transactions, and splits.
Java Servlet on a Glassfish server, with Spring and EJB frameworks.
Goal: Produce PDF, HTML and XML formatted version of ...
1
vote
1answer
1k views
birt viewer error
I got the following problem
In Eclipse, in the Report Design Perspective , when I try to preview I get the following error:
"
Chart NewChart:
+ An exception occurred during processing. Please see ...
1
vote
1answer
408 views
Deploy reports to JBoss
I want to deploy reports that are created with Birt, in Eclipse to JBoss.
Is it oki to : create a report project, after that to export it as a war and deploy it to the JBoss server?
how do i export ...
0
votes
0answers
8 views
BIRT reporting printing area
I'm working in BIRT reports. I'm facing some issues with when importing the report to pdf format.
this is the issue I'm facing
Report is generated successfully in BIRT viewer. But when it exports to ...
0
votes
0answers
7 views
How to decrease margin programmatically on exported BIRT PDF reports?
Is there a way to decrease the margin of the PDF reports using the BIRT API?
I tried setting the PDF rendering options to:
PDFRenderOption renderOption = new PDFRenderOption();
...
0
votes
0answers
15 views
Not Getting Sequence order when use 'Y' Optional Grouping
I am creating one report in which I am displaying month-wise report.
I want to display report in month-wise sequence means First Jan12 then Dec 11 then Nov 11 and so on.
I have written a query to ...
0
votes
1answer
36 views
Generate BIRT PDFs from a Netbeans application
I have created a report with the Eclipse BIRT plugin for Eclipse and want to create a PDF from a console application (I use Netbeans to create this)
I have looked around the documentation but I can't ...
0
votes
0answers
7 views
Add image from xml datasource to BIRT report
Is it possible to add an image to a BIRT report from an XML datasource? I tried using the "Dynamic Image" approach, but this only allows me to add images from DB datasources that include the image as ...
0
votes
0answers
18 views
BIRT scripting trick
I've a report with a subreport. I would use all data of one column into a loop and then write the result into footer table. How can I do?
0
votes
1answer
32 views
BIRT parameter dataSet
I've into BIRT a query like this
SELECT a.1, a.2, a.3 FROM a WHERE a.4 = 1
then I write another query as
SELECT b.1, c.2, c.3 FROM b join C on b.1=c.1 WHERE b.2=?
I would use to parameter, ...
0
votes
1answer
39 views
BIRT Designer - Layout: Out of space for multi-page report
Apologies for simple the question - I haven't been able to find a suitable answer elsewhere.
I am using the standalone BIRT report designer (v3.7.1) and can happily generate reports.
I am generating ...
0
votes
0answers
32 views
Birt report eclipse Apply css styles to paragraph with certain class name
is it possible to apply styles to paragraph with a certain class name in Birt report designer for Eclipse (like we do in HTML)? I tried saving a paragraph with a class name "description" for example, ...
0
votes
1answer
59 views
BIRT reports not show Unicode characters on Linux
I have deployed BIRT3.7.1 reports on a Redhat Linux production server in a birt-viewer directory and the problem is that not all unicode characters are displayed, and after failure the left report is ...
0
votes
0answers
38 views
Control crosstab column visibility with report parameter in BIRT
I need to make a crosstab column visible or hidden based on a report parameter. How can it be done?
0
votes
0answers
26 views
Color chart palette on BIRT
I want to color chart bar on my BIRT's project. I use beforeDrawDataPoint script but I don't know how retrieve value of categories for color change. I've a list of 5 possibility and each chosen must ...
0
votes
0answers
63 views
NullPointerException while using RunningCount Aggregation with Engine API
I'm trying to upgrade my application to use BIRT 3.7.1 version. Currently I'm using version 2.6.0.
I'm using the latest stable release 3.7.1.
During my testing I'm facing an exception with a report ...
0
votes
0answers
75 views
Issues with default parameter when chainging Birt 2.3 to BIRT 3.7
As shown by the image itself , i am running a report which having a first parameter as office (multivalued , list box coming from db) we also want a custom parameter such as All Offices , when the ...
0
votes
1answer
37 views
Can we use common master page for multiple reports in birt?
I'd like to use common images in my reports and I don't want to change every single report every time I'd like to change an image and some label too.
0
votes
0answers
29 views
How can I make a master page for multiple reports in birt?
I want to be able to make changes in only one place instead of on each report. How can I make something similar to a master page for multiple reports in birt?
0
votes
1answer
88 views
BIRT viewer - IOException: Content is not allowed in prolog
I'm getting the stacktrace below printed to my log/console. I'm using Tomcat 6.0 and BIRT 2.6.2. It's not stopping the viewer from displaying reports, but it is taking up precious space in the log.
...
0
votes
2answers
51 views
Accessing Column of type “Java Object” in a Birt report with cascaded queries
I am having some trouble with a Birt report and I don't seem to be able to sort it out. To me it looks as if this might be a Birt limitation, so I'm asking here. If it is, I can stop breaking my head ...
0
votes
1answer
40 views
Birt Report Grouping
I have fltrte_P1_Plt_Per_Id_Fk (Pilot) and fltrte_P2_Plt_Per_Id_Fk (Co-Pilot) 2 column
when displaying data in report I need to group based pilot name ,he may be pilot or co-pilot
it should come in ...