Questions tagged [birt-emitter]

For questions about Eclipse BIRT emitters which generate reports in various formats for BIRT.

There are many Eclipse BIRT Emitters generating reports in formats such as html, doc, excel-sheet, pdf, etc.

see also

38 questions
0
votes
1 answer

BIRT Reporting tool - I had to added header details but it is coming in details section, can any one please guide and resolve

I have created Report Development on Eclipse BIRT reporting tool and created sample report and when I tried to enter image description here (https://i.stack.imgur.com/16Ten.jpg)? Can anyone help in this regard. Pictures are attached for your…
0
votes
1 answer

BIRT suppress multiple duplicate columns

I am working on a BIRT report. Its records are grouped on the basis of the status column. I was looking for an option in the Eclipse BIRT tool by which I can hide combinations of multiple columns in a row which are repeating. I have attached…
Joginder Pawan
  • 659
  • 3
  • 10
  • 19
0
votes
0 answers

Date format in Birt 4.9 is coming out like this "20 de set. de 2022" in reports

I have a reporting servlet with the BIRT Runtime, which was migrated from version 4.4 to version 4.9, but when issuing a report that has the date formatted as "Unformatted" I had a problem with the date formats, for example: Version 4.4 ->…
0
votes
1 answer

Migrate birt from version 4.4 to 4.9. ava.lang.NoSuchMethodError: org.mozilla.javascript.Parser.parse(Ljava/lang/String;Ljava/lang/String;I)

rtask.run(), generating error----> ago 17, 2022 2:18:42 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [WebReport] in context with path [/WebReport] threw exception [Erro durante o processamento do…
0
votes
1 answer

make direction of excel sheets of my birt report right to left

I have a birt report with excel output. I want to make the sheet direction right to left. I try to do this via adding new style, but the style just make the text in cells right to left, not the direction of excel sheets itself.
0
votes
1 answer

spudsoft emitter issue while using with Birt engine

In my java code, I am trying to export Birt report master page header, which is an image using spudsoft emitter but it's not getting exported but if the header is a text element it does get exported. I tried setting ExcelEmitter.StructuredHeader…
Echo
  • 23
  • 8
0
votes
2 answers

Disable parameter view option in BIRT Viewer

Due to limitation of Birt parameter view we have implemented third party JSP to capture parameters and pass to Birt Engine. But by default Birt viewer has option to see parameter view ( see the screen shot). I want to find a way to disable that…
shanika yrs
  • 303
  • 1
  • 13
0
votes
2 answers

Could not generate BIRT Report using spudsoft-birt-excel-emitters - Error.InvalidEmitterID

I'm using the BIRT Runtime engine 4.2.1 & following this link. 1.I have moved the following jars to the birt-runtime-4_2_1\ReportEngine\lib…
eshaa
  • 386
  • 2
  • 7
  • 26
0
votes
0 answers

"A BIRT exception occurred: Can not convert the value of Bruce to Double type.. See next exception for more information."

Hi I am trying to develop birt cross tab report, but i am getting below error. please give me some solution to solve this. The following items have errors: ReportDesign (id = 1): - A BIRT exception occurred: Can not convert the value of Bruce to…
abc
  • 31
  • 1
  • 2
  • 5
0
votes
0 answers

I am trying to get General property page on selection of element in BIRT

I am trying to create BIRT emitter in eclipse and I am facing problem in getting General property page on selection of element in BIRT. Please help me. Thanks
Var20
  • 59
  • 6
0
votes
0 answers

How to generate password protected Excel file using BIRT?

This is part of my code in eclipse to generate the Excel file. Based on BIRT. if (ArrayUtils.contains(reportFormats, EXCEL)) { // set output options EXCELRenderOption options = new EXCELRenderOption(); options.setOutputFormat("xls"); …
Berlixs
  • 1
  • 2
0
votes
1 answer

BIRT report exports to XLSX in design mode but not in Runtime

I am using Birt. Calling it from javascript to run my report at run time. When I am developing my report everything goes great. When I deploy it and it no longer likes to export to XLSX…
farley
  • 149
  • 2
  • 16
0
votes
1 answer

BIRT extension for execute after each generation

I need to create an extesion to "cleanup" some things after each report generation, the output format does not matter. I need this because I created a script function extension to obtain a JDBC connection inside the scripts. If the programmer…
Beto Neto
  • 3,962
  • 7
  • 47
  • 81
0
votes
1 answer

pdf format cutting the last 4 columns of a table in BIRT 4.5 (Auto Layout)

Using BIRT 4.5. I have a table with 16 columns and so it spreads out on the viewer. I am using Auto Layout and not Fixed Layout to accommodate all 16 columns. When I download the Pdf version of report from BIRT Viewer the report is cutting the…
0
votes
1 answer

Eclipse does not expand field when rendered as PDF

I have an Eclipse report with a grid. When it renders as HTML, the grid expands vertically to show all data within it. However, when I try to print it as a PDF, the grid stays the original size and cuts off the print. Any ideas of what I am…
Keith Clark
  • 609
  • 1
  • 7
  • 19