Analytics
Analytics applications that use Magellan BI & Reporting (OpenText iHub, iServer, or Eclipse BIRT runtime)
-
How to get No Longer Needed (Garbage) ACL objects in workflow ?
Hello Experts , By Using DFC code i can get ACL objects but these ACL objects are currently used by an application. Requirement- I want to get an ACL objects which are no longer needed (Garbage ACL) in workflow ? Could you please provide any suggestion for above requirement. Thanks in Advance !!
-
Is appContext available within charts script?
Hi, I have a situation where I need to set a variable during java runtime and access it the very same variable in chart's onRender events. in java I was hoping to use something like this: iRunTask.getAppContext().put("key", "val") and in chart's script I was hoping to use: reportcontext =…
-
Need to avoid displaying the grouping columns when we export to excel.
Hi All, Please find the attached screenshot where the grouping columns are displaying as highlighted(in Black).Please suggest how to avoid displaying that part in excel.
-
NPE when using parameters
I'm using the all-in-one Eclipse 4.8.0 (since the plugins failed to install on my existing photon), java jdk is 1.8.0_181 in Win7 professional and the problem is with both my own test report and a demo I tried (CustomerListAfter.rptdesign): !ENTRY org.eclipse.ui 4 0 2018-10-12 09:12:42.288 !MESSAGE Unhandled event loop…
-
Factory is null after compile
Hi i'm new here and first sorry for my bad english. I'm using BIRT without problem on Esclipse but my new company using IntelliJ IDEA. Using project with Gradle compile files('src/main/resources/lib/flute-1.3.jar') compile(group: 'org.eclipse.birt.runtime', name: 'org.eclipse.birt.runtime', version: '4.4.2') {…
-
Cannot download example Birt Report customparameters.zip from blog
?!?
-
Which version of BIRT and maven works well together in Eclipse Oxygen or Photon?
Hi, I have been given a task to build a project with Maven, BIRT and Spring Boot all-together. So I am in need of suggestions. My requirement is to use JDK 10, Eclipse Oxygen or Photon, BIRT, Maven, Spring Boot and Oracle 12c. Please help me out to identify the requirements that work together.
-
BIRT Page Variable "lags behind"
I've set up a table with a group header, and set up a page variable to pass to the master page footer so that I can root aggregated values to the bottom of the page. My problem is this lags behind by a group record. So for the first record it doesn't update the value in the master page footer, and then for the next record…
-
Calculate ratio in crosstab?
Hello all We just started using BIRT reporting and i cannot figure out how to do the following. We have a simple crosstab of: Category Totals A 45 B 15 All we want to do is have it calculate the ratio of A:B under the totals. Is this possible within a crosstab, if yes how do we do it?
-
Exporting to XLS results in multiple tabs when running report from customer app
Good morning, all! We have an app that allows our customers to run reports and give them information on the status of their coils. An issue that we've run into, is that if they choose to export the report in Excel, each page becomes a separate tab. Now, the interesting thing is, If I run the same report directly from iHub…
-
Cannot startup the OSGI framework with tomcat BIRT
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Hi,</span><br><br><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">i'm trying to create a report from a servlet but i keep getting:</span></p> <p> </p> <p> </p> <p> </p>…
-
javascript runtime for opentext
Recently upgraded from Actuate BIRT Prof v4.4 to OpenText Analytics Designer [Version: 24.4.0] [Build id: v20180424] with BIRT (v4.8). trying to migrate the templates/rptdesigns ( which has javascript to render the fields) from Actuate to opentext and facing javascript issues. we had Ecmascript 3 in Actuate, however…
-
Export content to PDF: Font change?!
<p>Hi, we noticed that the Arial font we set in our design changes to Times Roman when we export our report content to pdf.</p> <p> </p> <p>Is there something we can do to prevent from happening?</p> <p> </p> <p>We run BDPro on a Mac (10.10.2)</p> <p> </p> <p style="font-size:11px;font-family:'Helvetica Neue';">Actuate…
-
How to run multiple BIRT reports from a single request page or from another report at run time.
I would like to run more than one BIRT report from a single request page. For example: I have a request page with dropdown parameter that has multiple options such as: employee, manager, facility. Also let's say I have three separate reports such as: employee.rptdesign,manager.rptdesign, facility.rptdesign. What I would…
-
discussion removed
discussion removed
-
Hide page header on non-first-pages in PDF mode
Hi, I am rendering my report directly as PDF output and would like to hide the page header on every page that is not the 1st page. I have already tried adding this to the onRender script of the Grid that I placed in the Page Header segment //first nested grid if( pageNumber > 1 ){ this.getStyle().display = "none"; } from…
-
Need to remove dependency on WSDL4J 1.5.1 plugin
My company will not allow me to distribute BIRT to customers as a solution with WSDL4J 1.5.1 included because CPL 1.0 license terms are disfavored. I tried removing the WSLD4J plugin and the WS ODA plugins. However, the report viewer plugins also have a dependency on WSDL4J through bundle dependency on AXIS. Is there any…
-
How to hide/unhide data element in report based on user's language in BIRT.
Hi All, My report design has a grid with 6 rows and 2 columns in it. I have all the static text labels on the first column(translated into Different language using resource translation), second column has data item which comes from data source. What i want is the data source has 2 different fields which contains language…
-
Custom aggregation for cross tab?
What is the best way to introduce a custom aggregation into the crosstab? Can one use extension points and write a plugin for the crosstab's custom aggregation?
-
Develop extension for Expression builder
Hi all, I would like to develop my own function to use it in the expression builder. Goal is to have a function that is calculating the proper Code 128 String based on the input value. I know how to code the function in Java but how do I actually create a new function that I can use in the expression builder? Is there a…