-
BIRT POJO empty report
Hello I am new to BIRT, I am trying to run my report using POJO datasource. I created my PersonBirt class with my 3 methods: public class PersonBirt { @Autowired private PersonProvider personProvider; Iterator<PeopleLinkData> iterator; public void open(Object appContext, Map<String, Object> params, PeopleLinkFilter filter)…
-
Unable to add column to existing table error The style "tabledetailslabelcell" used by Cell
<p>Trying to troubleshoot this so I don't have to rewrite the entire report, I get the error above when right clicking on the colum and trying to add column to either left or right.</p> <p>Appears to be an embedded table, didn't write this report.</p> <p>Error when attempting is 'The style "table details label cell" used…
-
java.lang.OutOfMemoryError: Java heap space
SQL Preview shows all data, but if I run the report via Excel I get this error!?! Please help! :) Thx!
-
onRender method
Hi, I have recently upgraded BIRT from version 2.2.1.1 to 2.6.2. Now it seems that the onRender method has stopped working or changed its behaviour. I used it to print a text on a continuing page, a text I don't want on the first page. Does anyone know anything about this? /aca
-
BIRT Report not rapping strings correctly based on content
I think have found an issue with wrapping text in version 4.8.0.v201806261756 of BIRT Report Designer I have two strings that are treated differently when viewing the report in PDF format. The following two strings differ only in the character after the third hyphen SAF0250-01-002-F3991 SAF0250-01-002-73991 When I try to…
-
Birt Cross Tab Report Grouping on Month Wise need to merge In one single row
Hi All, I want to merge rows if there are multiples for same Item in cross tab report. I have attached the screenshot and .rptdesign file
-
Rounding issues?
Hi guys, I'm new to BIRT so please pardon my n00bish questions. I'm sure I'll have quite a few. I'm running a report with a table where I'm trying to calculate what is essentially an average. I expect these averages to always be very close to 1 (i.e. 0.99876). To do this, I'm running a query where I'm getting two "Count"…
-
problem in import package in birt script
hi all, I write below code in script . importPackage( Packages.java.io ); importPackage(Packages.java.text.SimpleDateFormat); outFile = new FileWriter("../sandfilelogtoday.txt"); out = new PrintWriter(outFile); sdf = new SimpleDateFormat("dd/MM/yyyy hh:mm:ss:ms"); out.println(sdf.format(new Date()).toString()+"--…
-
Align decimal points
Thanks in advance! birt designer 4.31, we have the following data: $123.45 $3256.87 $2345667.34 $1.45 what we are looking for should look like this: $123.45 $3256.87 $2345667.34 $1.45 Thank.
-
BIRT Chart Scripting: Dynamic Markers and DataPoint Colors
BIRT Report Design that shows how to create global variables in a table script event and then use those variables to dynamically create chart markers. The values of the markers are used as a compasison to determine each data points color.<br /> <br /> More details and screenshots about this example can be seen at…