-
Nested table in birt web designer
<p>i have to design report using the birt web studio. Seems like it has very limited features.</p> <p>Need help if nested tables can be used in report design using birt web studio?</p> <p> </p> <p> </p>
-
Trouble executing report with parameters via REST
<p>I'm having some issues setting up the URI for calling a report design via REST. When using the Interactive REST API on port 5000, and calling POST /visuals/{visualId}/execute, I can pass in this as a paramValues parameter and it will work:</p> <p> </p>…
-
Migrating from iHub2 to iHub3
<p>Hello BIRT Experts,</p> <p>I'm working on the preliminary project of migrating iHub2 to iHub16. We have multiple volumes on iHub2. I found no description of direct migration procedure from iHub2 to iHub16.</p> <p> </p> <p>I was told by OpenText Support that first I need migrate from iHub2 to iHub3 and then "an over the…
-
Can I run reports with system settings java.awt.headless set to false
<p>Hi,</p> <p> </p> <p>I am using BIRT runtime 4.2.2 library to integrate BIRT engine. Report generation works fine on windows, but when it comes to linux it throws below error</p> <p> </p> <div>java.awt.AWTError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.</div> <div>at…
-
Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY) returning null i
<p>Hi,<br><br> When I run this code on my application on local, the factory get returned and everything works well, but on unix environment I get a null from the method Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY);</p> <pre class="_prettyXprint"> public IReportEngine getReportEngine()…
-
Can I cancel a report run from the JSAPI?
<p>Hi all:</p> <p> </p> <p>I have a long running report that I would like to offer a "cancel" button for.</p> <p> </p> <p>I've looked here: <a data-ipb='nomediaparse' href='http://developer.actuate.com/be/documentation/JAVADOCS/JSAPI-iHub31'>http://developer.actuate.com/be/documentation/JAVADOCS/JSAPI-iHub31</a></p>…
-
using data source from properties file in BIRT integration with Java
<p>i am trying to integrate BIRT with a stand-alone java program. i could not get any code to read data source from a properties file in Java. There are only java script samples available for data source connection.</p> <p> </p> <p>can someone please post the java code to read data source from properties file.</p> <p> </p>…
-
Encrypted password in property binding.
<p>Hi,</p> <p> </p> <p>I'm sending datasource credentials from Property file through JSP to report datasource in property binding.</p> <p>When i send password without encryption it runs fine. But when i send encrypted password report gives login error. For example my password is 123456 and its encryption…
-
error.CannotStartupOSGIPlatform: Null pointer ServiceLAuncher
<p>Hello.</p> <p>I am getting the following error while the platform.startup gets called. </p> <p> </p> <p>I am using. Neon Eclipse: <span style="font-family:Monaco;font-size:11px;">Version: Neon.3 Release (4.6.3)</span></p> <p><span style="font-family:Monaco;font-size:11px;">Birt Runtime: birt 4.6.0</span></p> <p> </p>…
-
Parameter Page Layout
<p>We have reports that contain lots of parameters and I'd like to change the layout of the parameter page to make it more user friendly. Can you tell me the location of the page that needs to be modified?</p>
-
BIRT Runtime / Citrix / IE Partial Profile issue.
<p>Hello,</p> <p> </p> <p>First I'll start of with the generic new user apology. Sorry for being new, I'll try to keep this as brief as possible. I'm not a technical user, so please bear with me.</p> <p> </p> <p>We have are using an application that uses BIRT runtime as its reporting tool. We are encountering a serious…
-
generate report in txt format
<p>Hi,</p> <p> </p> <p>I have a requirement to generate the report in .txt format. I am using BIRT Runtime 3.7.1.</p> <p> </p> <p>how can i achieve this?</p> <p> </p> <p>Thanks in advance</p>
-
Security issues with BIRT
<p>Good day. Recently, I've notice that the following JAR APIs embedded into the BIRT framework have security vulnerabilities and exposures opened against them.<br><br> Do you have any plan to address these security issues? Thanks a lot in advance.<br> </p> <div><strong>axis.jar</strong></div> <div>CVE-2012-5784</div>…
-
scripted datasource cannot access public methods
<p style="font-size:15px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;color:rgb(36,39,41);">I´m trying to set up a scripted Datasource using pojos from my app (java 1.8). I embedded a reportengine (4.4.0) in my app via maven and created a report with a scripted datasourse. The pojos can be seen by the…
-
OS BIRT VIEWER - No Charts
<p>I am not seeing charts in my reports deployed to Tomcat 7.</p> <p> </p> <p>Any ideas?</p> <p> </p> <p> </p>
-
Save pop up window not coming
<p>I am integrating Birt Runtime in my jsp. When export report to pdf, the pdf file is saved directly to the computer as I have given in Runner (eg. options.setOutputFileName("C:/Users/admin/Desktop/abc.pdf"). How I can display Save popup window, so that I can select a folder for saving pdf report.</p> <p> </p> <p>Thanks &…
-
How to add style to hyperlink for aggregation element
<p>Hi ,how to add style "border-radius" to "aggregation" element which has hyperlink. In adding style we can add border- top, bottom ,left, right. but not border-radius. How can i add border-radius property? And i want to remove underline for hyperlink. Need to add custom style on hover? </p>
-
BIRT_ROOT div tag ID - how to change it
<p>I have developed a number of reports that are to be displayed on a JSP using JQuery for a tabbed page for multiple reports. When I pull one report into the page, everything works fine because there is just one report with a tag ID of "__BIRT_ROOT". However, when I open 2 or more reports, it corrupts them all because…
-
Set of metadata properties (creator) of PDF report
<div>Hi,</div> <div> </div> <div>I have problem with metadata of created PDF.</div> <div> </div> <div>In properties of this PDF file are metadata like Title, Author, .. these properties I can change.</div> * via report itself, or * by code: <div> <pre class="_prettyXprint"> /* ('design' is instance of…
-
java.lang.NullPointerException
<div> <p>Hi,</p> <p> </p> <p>I'm using scripted dataset in beforeOpen() method.</p> <pre class="_prettyXprint _lang-sql"> var query=''; if(params["cmbMedium"].value !== "ALL" ) { query= " AND MEDIUM.MEDIUM_ID ='"+params["cmbMedium"].value+"'"; } if(params["cmbUsers"].value[0] != "ALL" ) { query= query+" AND…