All Questions
265
questions
0
votes
3
answers
313
views
BIRT Runtime version compatibility issue with BIRT Report
I am new to BIRT report. I am able to design report and run as viewer, but when I am trying to call it with spring boot API I am facing-
org.eclipse.birt.report.engine.api.EngineException: The design ...
0
votes
1
answer
34
views
BIRT report parameter not accepting mutiple values seperated by ','
Front end Report Link:
PharmacyItemDispnse_ByOffice.rptdesign&SDATE="+sdate+"&EDATE="+edate+"&OID="+oid+"&MEDID="+medy;
my values passed are like ...
0
votes
1
answer
104
views
Need to run one dataset with different parameters each time in birt report
I want to loop dataset in birt report
Basically My requirement is I want run one dataset with diferent parameters but after running query data needs to print and after that with another parameters ...
0
votes
1
answer
74
views
BIRT 4.8 REPORT WRITER - Change title in Master Page header depending on data
I am trying to update one of our company documents. In the master page header i want the title of the document to show "Proforma" if a certain bit of data is true and "Quotation" ...
0
votes
1
answer
461
views
BIRT Reports in Spring Boot
I'm learning BIRT Reports and implement in Spring Boot .When I try to implement the BIRT Reports by adding it in my pom.xml as below,
<dependency>
<groupId>org.eclipse.birt....
0
votes
1
answer
84
views
BIRT Report: I have performed Data cube operation. But want to group medicine with qty for each record
The sql query is as follows:
SELECT ROW_NUMBER() OVER() AS row_num,
v.INVOICE_DATE,
v.EMPLOYEE_ID,
v.PATIENTNAME_AR,
v.USER_LABEl,
v.OFFICE_ID,
v....
0
votes
1
answer
386
views
BIRT Report: How to add table borders in Data Cube
I have a report with the output as follows:
no Date Patid Patient Name Doctor Name Medicine Qty
1. 2 Feb 2023 100 Patient A Doc AB ...
0
votes
1
answer
107
views
BIRT Report: How to group the data row wise
I have a BIRT Report that is responsible of display medicine dispense data. In this report i have 4 columns.
Sl.no
Date
Pat Id
Patient Name
Doctor Name
Medicine Name
Qty
Assume that the patient ...
0
votes
2
answers
427
views
BIRT Report: Updated the query in data set. But getting column binding error based on old query
As per the requirement by client, client requested for extra fields to be added in BIRT Report. I changed the query in the data set and popultaed the data set field into the BIRT report. The issue is ...
0
votes
1
answer
49
views
BIRT Report: I want to modify the report based on the modified query. But I am not able to add Output columns in the dataset
I have modifed the query to add 3 additional columns to the existing report. The query is set. But how to add the Output columns based on query in the dataset.Refer the below image links
part 1
part 2
...
1
vote
1
answer
50
views
How to export dataset elements from Birt to .docx as numbered list
I have a birt report which contains numbered list of questions. It built with some dataset elements + label (text).
But after exporting it to .docx numbers usually merge with the text (as a part of ...
1
vote
1
answer
142
views
Integrating Birt report viewer in Springboot Thymleaf application
Is it possible to embed Birt report viewer inside my SPringboot+Thymleaf application?
0
votes
1
answer
238
views
BIRT Report chart with aggregated values
Im kind of new to this BIRT reporting thing, so my issue might be easy to solve (sorry if so). I made some research and could not find anything helpfull, so I hope anyone got an idea. I'm using BIRT ...
0
votes
2
answers
400
views
How can I filter in Birt (Parameter) on a computed column?
Is it possible to add a parameter to filter by a computed column and if so how?
I have a report which gives the level of a bill of material and this is set as level in Birt as a computed column using ...
1
vote
0
answers
175
views
BIRT report showing different data in HTML and other formats
I am new to BIRT and facing an issue : The report is showing correct data on HTML page but in PDF and XLS formats, the data changes and is displayed incorrectly.
This was on a live system. But when I ...