-
D2 Workflow
Hi, I want to know the process to add workflow performers in D2 Config. Regards Namita
-
Weird behaviour when exporting to excel.
<p>I'm using the PHP Java Bridge to integrate BIRT into our application, for the most part it's been running well, but I've come across some strange behaviour recently. Initially it started out, that I had a report that ran fine, then as the amount of data in the report grew, it started failing to generate an XLS, and then…
-
TableGroup error
<p>I have a simple report with one table two groups. Runs fine in Birt but when I import to Maximo I get the following error and the end of some of the groups, but not all: </p> <p> </p> <div> <div>TableGroup tableGroup2:</div> <div><span>- </span>A report document error occurred when loading: Result Data.<br> Failed to…
-
Feature of 7.4.1 and 8.1
Hi, Can any-1 plse help me out to compare the feature between TS 7.4.1 and TS 8.1.? Or does any-1s have link to the architecture of 7.4.1 pdf. Any help will be needfull. Thanks Manissh.
-
BIRT 4.5 OutOfMemoryError: Java heap space
<p>Greetings to all,</p> <p>I am running BIRT4.5 bundled with Eclipse.</p> <p>Eclipse/BIRT are installed on my HP-Zbook laptop.</p> <p>The input file is a csv file with 530 columns and 50k rows.</p> <p>The report design has grouping and aggregations.</p> <p> </p> <p>After spending about 12 Hrs or more to manually prepare…
-
Zoning a line chart
<p>I've been trying to add zones to a line chart but it isn't working.</p> <p>Can anyone help me with this? attached is the report.</p> <p>I'm using this script in the beforeGeneration: function(options)</p> <p>{</p> <p>options.series = [{</p> <p>type:line</p> <p>zoneAxis: 'x',</p> <p>zones:[{</p> <p>value:5,</p>…
-
xCP 2.2 - Supress Warning Messages
In xCP 2.2, a result list shows the folder contents [OOB Folder Content Query Dataservice]. When a user selects/clicks on the document that has been locked by a different user, the application shows a warning message. Is there a way in xCP 2.2 to make this message as optional, since some users would want to see the…
-
Change Table margin dynamically based on Page number
<p>Hi,</p> <p> </p> <p>I want to change the top margin of a table dynamically based on the pageNumber. If it is the first page, the <strong>table.marginTop</strong> should be <strong>0pt</strong> (just under a preceding grid), else on a new page, it should be 10pt.</p> <p>I have found the method, but just don't know what…