Questions tagged [birt-deapi]

The BIRT Design Engine API is an API to create BIRT Reports by source code.

Documentation Introduction

The BIRT Design Engine API prodives a Java API to create BIRT Reports without the graphical Eclipse BIRT Report Designer.

26 questions
4
votes
1 answer

Include BIRT Library into Report from InputStream (BIRT DEAPI)

I have an environment where I dynamically assemble BIRT ReportDesigns using components in ReportLibraries. These ReportLibraries are stored in a Database, and are not to be found anywhere on the file system. What I am trying to do is to open a…
mwhs
  • 5,878
  • 2
  • 28
  • 34
3
votes
1 answer

Nested loop in birt report

I'm using Eclipse Birt to generate report from a JSON File. My JSON file look like this : { "cells":[ { "type":"basic.Sensor", "custom":{ "identifier":[ { "name":"Name1", …
azelix
  • 1,257
  • 4
  • 26
  • 50
1
vote
1 answer

Gouping Queried Data on a specific ID value in Birt Reporting Tool

For a report that I am creating, I pull certain information from a report parameter. Say my user1d is 145, all my desired information shows up in my form in list order because I am using tables and grids for my form structure. I have four sections…
ChrisCodes
  • 21
  • 5
1
vote
0 answers

Birt : How to create onClick event handler for Hyperlinks

I have Birt report that contains hyperlinks, How can I have onClick event handler for Hyperlinks in the reports.
1
vote
2 answers

How to auto-load JS file from classpath on BIRT

I created a set of utils to use inside my BIRT reports. I put them (my-utils.jar) inside BIRT's lib directory: BIRT_HOME\plugins\org.eclipse.birt.report.viewer_x.x.x.x\birt\scriptlib They are working fine, but now I want to create a JS file, put it…
Beto Neto
  • 3,962
  • 7
  • 47
  • 81
1
vote
0 answers

Unable to find the connection profile reference by DS connection properties in BIRT report

I am completely new to Birt Report. I have generated a ".rptdesign" file and it get the data from postgres then generated the Birt report. I have deployed same file into path "/home/ram/tomcat-7.0.42/webapps/birt" from Ubuntu OS and dbconnection…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
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
0 answers

Actuate Birt iServer Disable/Enable Factory Service API

Is there an API endpoint for Actuate Birt iServer that simply allows to disable and enable a factory service? I want to do this with a powershell script. In Postman, when I try to hit http://:9000, I get 400 Bad request error
aven
  • 49
  • 1
  • 7
0
votes
2 answers

Migrate birt from version 4.4 to 4.9. The resource path [ /…/…]has been normalized to null which is not valid

Error migrate birt 4.4 to 4.9 I have a problem when running a report where when opening the layout it is giving a “The resource path [ /…/…]has been normalized to null which is not valid” Do you have any idea what it could be? I put the part of the…
0
votes
1 answer

How to use single dataset for multiple tables in a single reportDesign in BIRT tool?

Is it possible to use single dataset for multiple tables in a single reportdesign document. Whereas data has repeating transactions for particular table. If yes, then please let me know how to define xPath in dataset. Sample Data xml: How to map…
0
votes
1 answer

Add dynamic text and data inside from datasource

I want to insert dynamic text box to a cell in table via script of the cell. I searched in documentation and SO but all I found was how to insert text to dynamic text but not the dynamic text box itself. Is that possible, and how? Also, is it…
Anna
  • 101
  • 8
0
votes
1 answer

Birt : How I can generate attachments that are stored in Postgres table

How Can I create Birt report that will have links to files that can be downloaded by user. For ex : I have Postgres table that contains following files data(file content stored as bytea) filename mimetype filecontent(bytea) file.pdf …
0
votes
1 answer

how to copy OdadataSourceHandle from one design report to another design report?

String targetRptFile = System.getenv("LOCAL_BIRT_INPUT") + "/"+report.getMergeRptTemplates().getTargetTemplate()+".rptdesign"; String attachRptFile = System.getenv("LOCAL_BIRT_INPUT") + "/"+report.getMergeRptTemplates() …
Madhu
  • 1
0
votes
1 answer

How to send values selected in ListBox to java webservice parameter in BIRT?

I have a java webservice which takes values of Locations and performs action. In my BIRT report, I have a ListBox which contains names of all the locations. When tried to link values from ListBox to webservice parameter, BIRT developer give warning…
user2791560
  • 39
  • 1
  • 6
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
1
2