-
How to change the legend order
Hi, my Eclipse BIRT Designer version is 4.9.0 and I have a problem with the legend order in the bar chart. The legend order looks good to me for my series A, B, and C. However, when I stack the bars(check the option"Stacked" in "Series" in the "Format Chart" wizard), the legend order is reversed. Is there a way to reverse…
-
ClassNotFoundException
I am trying to run the following code. public static void main(String[] args) { IReportEngine engine = null; IReportRunnable design = null; IRunTask task = null; IReportDocument iReportDocument = null; IDataExtractionTask iDataExtract = null; ArrayList resultSetList = null; IResultSetItem resultItem = null; String dispName…
-
Use custom fonts in BIRT pdf report
Hi, We want to use a google font, Poppins, in our report. In the designer the font is shown, but when the report is deployed and generated in PDF, the fonts Times-Roman is used. BIRT is deployed in a WildFly server. Thanks
-
Storing dataset in BIRT array variable
Iam running a Dataset on a datasource, i need to use one column values out of the data set to another Dataset which is connected with another datasource. So i need to store the Array of row['column_name'] to a variable. I tried creating a page variable and on fetch method i tried using, uoi[i] = row["uoi_id"]; i++;…
-
Using the output of one dataset as parameters to another dataset in a chain
<p>In BIRT, how can we use the result set of one dataset as parameters to another dataset? I'm not refering to dynamic report parameters (where the user selects between results from a query). I want to chain together datasets from different data sources. How can I use the output of a MySQL dataset to parameterize a query…
-
BIRT 2.6 Bug?
I'm having some problems with the update from BIRT 2.5.2 to BIRT 2.6. First, I've found the same problem than here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=322103 Second, I have troubles with "Divide by zero" error: - Let's have some data like that: A, B, C, CODE, DATA 0, 0, 0, 1, 2010-01-01 0, 0, 0, 2, 2010-02-01 0,…
-
ODBC connecting to MSSQL "Availability Group Listener"
We currently using TB 7.4.3 build 67790 and we are using the ODBC connector (SQL.ini) to our databases. We are trying to create a SQL cluster with a "Availability Group Listener" on top. Current configuration of the string in SQL.ini (this works fine): remotedbname=SHFL,DRIVER=SQL…
-
Code example for BIRT OTMM
Hi, Iam trying to create Custom reports on OTMM and BIRT, as per OTMM document i see code examples would be available under But i wasnt able to locate, kindly share me the link to locate the code example for BIRT OTMM reporting
-
Maximo Doclinks within BIRT Report
<p style="font-size:12px;font-family:Arial, sans-serif;">Is is possible to create a report that embeds doclinks within it? </p><p style="font-size:12px;font-family:Arial, sans-serif;"> </p><p style="font-size:12px;font-family:Arial, sans-serif;">What I would like is to create a report which has work order details at the…
-
Row values in Y series of the chart???
Hello All, I have row["val1"] to row["val15"] computed values for 15 yrs in table. I want to plot a graph based on this data. I want to take this row["val1"] to row["val15"] as y axis series and 1 to 15 yrs as X axis in the line chart. can i create a dataset by using these values or something like this to use it for the…