Intelligence (Analytics)
Analytics applications that use Magellan BI & Reporting
-
Licensing question: BIRT using com.lowagie.text v2.1.7 (aka iText)
<p>Hello everyone,</p> <p> </p> <p>I notice the BIRT runtime v4.6 uses com.lowagie.text_2.1.7_v201601250100.jar. </p> <p> </p> <p>There's a somewhat confusing re-branding of Lowagie and iText but I believe they're the same product. On the iText site, there is a post that addresses using iText versions prior to their…
-
Cross tab issue under table
<div>Hi,</div> <div>I'm new to BIRT, designed a report that is having cross tab inside a table grouping.while running the report it should returns the data based on grouping by unit of table.If two units is present it should display the cross tab data of those unit only but its returns data as number rows its present in…
-
Maximo BIRT
<p>HI all,</p> <p>I am trying to export rpt design from maximo to my workspace, never done it before and cant find the option to download report from maximo, any help appreciated</p>
-
Master page - top margin as 0 still provides some empty space in the top
<p>When setting master page top margin as 0, it produces some empty space in the top of report in the web viewer. But when exported to pdf, there are no empty spaces.</p> <p> </p> <p>Any inputs to avoid the empty spaces in the top of report in the web viewer, would be great.</p>
-
trying to hide a measure column in a crosstab
<p>Hello,</p> <p> </p> <p>I wanna hide a measure column in function of the dimensions.</p> <p> </p> <p>For example, if you see the attach files,</p> <p>i want to hide the "max_actua" measure when the "type = Garantie"</p> <p> </p> <p>I tried with some filters but without succes.</p> <p> </p> <p…
-
Calculate report generation time between initialize and afterFactory events
If we take a look at the order of events for report generation (http://www.eclipse.org/birt/documentation/integrating/scripting.php), you'll find the following events where we calculate the time between the initialize and the afterFactory events.<br /> <br /> <br /> First, we will save the start time in the initialize…
-
Execution time report
<p><span style="color:rgb(0,0,0);font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;background-color:rgb(244,244,244);">Hello, </span><br><span style="color:rgb(0,0,0);font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial,…
-
Getting error when adding group through ROM API
Hi, I have created a blank report and then through the java code I am adding report element to the blank report and saving it as a different file. The execution of the code does not give any error or exception. But when I open the rptdesign file in eclipse I get following error message. "Content of this report item is…
-
ERROR: Content of this report item is corrupted
Eclipse Build id: 20090920-1017 Eclipse Business Intelligence and Reporting Tools SDK Version: 2.5.1.v20090624-7l9V7JFT0z0-3B2IiWShK8 Build id: v20090917-0630 I am using a library for my single Data Source, Some of my Data Sets, all parameters, and some of my Body elements. Every time I open the report I receive errors on…
-
Grid-Border overlay problem after PageBreak
<p>Hi Everybody,</p> <p> </p> <p>i am designing some Reports with Eclipse BIRT Designer Version 4.5.0 and i have some Problems wenn i have Tables in the report(with different number of lines i have different behaviors). I created some simple example reports to(without Tables but the same behavior). The Report contains 3…
-
Dynamic crosstab - how to insert labels?
<p>Hi</p> <p> </p> <p>I found an example to create programmatically a crosstab (see attachment).</p> <p>Perhaps somebody knows how I can insert the different labels (see screenshot).</p> <p> </p> <p>Thanks for the help!</p> <p> </p> <p>Piero</p>
-
How to create Pie chart with percentage instead of values
Hi, I want to create a pie chart with percentage and values both but at least i want to know how to create a pie chart with percentage. I want to know both in BIRT Designer and in Programmatic way of doing it. Thanks for your help.
-
set scaling option for x-axis for datetime datatype
<p>How to set the scale for x-axis for datetime datatype. It allows only the option for Auto and not allowing to select step interval. How to set the scale based on some hours</p>
-
Getting values from a child table
<p>Hi all, I am working on a Birt report that requires me to grab aggregated values from a child table to be used as part of a calculation in the parent table. I tried using variables to grab the values but it doesn't work as intended. The variables does not update itself with the aggregated values from the child set…
-
Highlight chart depending on value in the row
<p>Hello,</p> <p> </p> <p>I know how I can highlight chart depending on a value in same row on chart. For example:</p> <pre class="_prettyXprint _lang-js"> function beforeDrawDataPoint(dph, fill, icsc) { importPackage( Packages.org.eclipse.birt.chart.model.attribute.impl ); val = dph.getOrthogonalValue(); if(…
-
remove underline for label when hyperlink is added
<p>When label is hyperlinked to internal bookmark to drill through, it creates an underline in the label content. </p> <p>How to remove the underline from the label element when hyperlink is added</p>
-
How to set Dynamic Page break interval???
<p>Hi I am new to birt report design. in my report i have two tables in single page and then one master page ,the problem i face is if i set the page break interval as 11 in second table and the second table contain n no of rows.if i generate a pdf report second table rows continues on two more pages. even if have enough…
-
Add text element or any element in cross-tab summarized area
<p>It would be great, if someone share the steps to add text element along with summarized area of cross-tab. Only able to add derived measure and aggregation. Not able to add most of the other items.</p> <p> </p>
-
Automatically show only data from today at 8:30pm to tomorrow at 7:00am.
<p>I'm having a really hard time trying to figure this one out. </p> <p> </p> <p>I currently have a report that, when run, will show a worker's schedule for today. I have a parameter that sets the schedule_date equal to BirtDateTime.now()</p> <p> </p> <p>I have a team of night shift workers who need to see their schedule,…
-
Grouped Column as header
<p>I am having a requirement to group the report data based on 3 columns and the field name in which the columns are grouped have to be visible in header in a separate band. I took a sample from this forum and the grouped column appears in the same row.</p> <p> </p> <p>Can someone help me how the template can be changed to…