-
ODS-Emitter (runtime)
Hello<br><br>I have a problem with the standard ODS-Emitter for BIRT 4.5.<br>If I start my application (without eclipse) and generate a report with nested tables, the report does not show all nested tables.<br><br>I use the following environment<br>- Eclipse 4.5.1 with BIRT 4.5<br>- OpenSuse 13.1<br>- Java 1.8<br>- BIRT…
-
Schedule as excel taking long time
<p>Hi, when I schedule the report document format as RPTDOCUMENT , the report ran fine in 10 seconds.</p> <p>But when I schedule the report document format as Excel (XLXS), it took 28 minutes.</p> <p>Any suggestions on what might be the issue.</p> <p> </p>
-
Clear chart series and pass new data
<p>Hi All,</p> <p> </p> <p>I've somewhat achieved my goal but till midway. Using CSV datasource, I increment report variables to get count of a specific data. Now using these variables, I need to plot a bar chart. In the afterDatasetFilled function, I need to clear the existing series and put the report variable data.</p>…
-
Line chart dynamic y-axis scale
<p>I have the following in the onRender script of a line chart (can hold 2 series, but only 1 generated in the current dataset):</p> <pre class="_prettyXprint _lang-js _linenums:5"> function beforeGeneration( chart, icsc ) { // set y scale // importPackage(Packages.org.eclipse.birt.chart.model.component.impl);…
-
server error while running report
<p>Hi Team,</p> <p> </p> <p>I am getting attached server error while running report from open source birt. I have downloaded the latest version from Actuate product download link. 'eclipse-reporting-luna-R-win32-x86_64'.</p> <p> </p> <p>Getting data while previewing from data set. But by running report server error is…
-
Livesite on AWS Elastic Beanstalk (EBS)
Hi, Has anyone deployed Livesite on AWS Elastic Beanstalk ? I was wondering if we can deploy iw-runtime.war in a auto-scaled EBS instance on AWS. EBS takes care of application , restarts the app when it goes down and can auto-scale based on load, which eliminates the need for maintaining multiple LSDS. LSCS may not be a…
-
xCP task id in task list query
If i get a value of task id from result list to a value display, it showing process name, activity name, workflow id, and task id together but if i pass this value to any stateless process, it passing only task id.... So if i want to get all the values what should i do?