<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>BIRT Exchange Forum Feed</title>
	<description>BIRT Exchange Forum Feed</description>
	<link>http://www.birt-exchange.org/org/forum/index.php</link>
	<pubDate>Wed, 22 May 2013 08:12:48 +0000</pubDate>
	<ttl>10</ttl>
	<item>
		<title>Problems with Birt Viewer</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29453-problems-with-birt-viewer/</link>
		<description><![CDATA[Hello,<br />
i'm building a birt server with apache, I'm trying to launch reports uml and I returned the following error:<br />
<br />
org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.<br />
   at org.eclipse.birt.report.engine.api.impl.EngineTask.handleFatalExceptions(EngineTask.java:2346)<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:277)<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:86)<br />
   at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1325)<br />
   at org.eclipse.birt.report.service.BirtViewerReportService.runReport(BirtViewerReportService.java:158)<br />
   at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(BirtRunReportActionHandler.java:81)<br />
   at org.eclipse.birt.report.service.actionhandler.BirtGetPageActionHandler.__checkDocumentExists(BirtGetPageActionHandler.java:58)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(AbstractGetPageActionHandler.java:119)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:104)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143)<br />
   at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(BirtDocumentProcessor.java:87)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)<br />
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)<br />
   at java.lang.reflect.Method.invoke(Method.java:611)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112)<br />
   at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)<br />
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)<br />
   at java.lang.reflect.Method.invoke(Method.java:611)<br />
   at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)<br />
   at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)<br />
   at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)<br />
   at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)<br />
   at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)<br />
   at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)<br />
   at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)<br />
   at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)<br />
   at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)<br />
   at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:265)<br />
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)<br />
   at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)<br />
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)<br />
   at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122)<br />
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)<br />
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)<br />
   at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)<br />
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)<br />
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)<br />
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)<br />
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)<br />
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)<br />
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)<br />
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)<br />
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:931)<br />
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)<br />
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)<br />
   at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)<br />
   at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)<br />
   at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)<br />
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)<br />
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)<br />
   at java.lang.Thread.run(Thread.java:738)<br />
Caused by: java.lang.NoSuchMethodError: org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriver.(Lorg/eclipse/datatools/connectivity/oda/util/manifest/ExtensionManifest;Ljava/lang/Object;)V<br />
   at org.eclipse.birt.data.engine.odaconsumer.Driver.createNewDriverHelper(Driver.java:99)<br />
   at org.eclipse.birt.data.engine.odaconsumer.DriverManager.getDriverHelper(DriverManager.java:115)<br />
   at org.eclipse.birt.data.engine.odaconsumer.DriverManager.getNewDriverHelper(DriverManager.java:101)<br />
   at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:150)<br />
   at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:224)<br />
   at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:212)<br />
   at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:217)<br />
   at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:435)<br />
   at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:322)<br />
   at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:455)<br />
   at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:190)<br />
   at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:178)<br />
   at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:153)<br />
   at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:634)<br />
   at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:152)<br />
   at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:83)<br />
   at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:267)<br />
   at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1941)<br />
   at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80)<br />
   at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)<br />
   at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)<br />
   at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100)<br />
   at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:249)<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:269)<br />
... 54 more<br />
  Showing page  1  of  <br />
<br />
Anyone can help me?]]></description>
		<pubDate>Wed, 22 May 2013 08:12:48 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29453-problems-with-birt-viewer/</guid>
	</item>
	<item>
		<title>Controlling repeated table header</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29459-controlling-repeated-table-header/</link>
		<description><![CDATA[Hi,<br />
<br />
I'm new to BIRT and I'm using standard BIRT report viewer deployed on a tomcat server. When I export the reports, I get different results regarding to the table header:<br />
<br />
1. HTML view: repeated every page (40 rows)<br />
2. XLS: not repeated<br />
3. ODS: repeated every 40 rows<br />
<br />
I want to enable repeated table header in the html view, and not in XLS and ODS exported report. I tried to add script to reports' beforeRender method to check output type and set the repeatHeader property accordingly but it's not working. I read the BIRT's table element reference and I found that repeatHeader property is not runtime settable.<br />
<br />
What is the correct way to do this?]]></description>
		<pubDate>Wed, 22 May 2013 07:49:20 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29459-controlling-repeated-table-header/</guid>
	</item>
	<item>
		<title>Birt Viewier inside (integration) Web Application</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29404-birt-viewier-inside-integration-web-application/</link>
		<description><![CDATA[Hi ,<br />
<br />
I have a requirement to integrate the birt-viewer with my web appication to view the reports. <br />
<br />
I know that we can install the birt viewer application in server( as stand alone application )  and use that to view the report from our own web application.<br />
<br />
i also know about how we can use birt ReportEngine in the application to view or generate the reports in any specific format(pdf,html.etc....) but that open in the broswer only( not in birt-viewer).<br />
 <br />
<br />
<strong class='bbc'>Is there any way to merge birt viewer application inside the our own appliation and use it to view the reports in birt viewer without deploying as other stand alone application. ? </strong><br />
<br />
Please guide me to work on that. !!]]></description>
		<pubDate>Wed, 22 May 2013 06:27:33 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29404-birt-viewier-inside-integration-web-application/</guid>
	</item>
	<item>
		<title>Chinese Characters missing from report</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29452-chinese-characters-missing-from-report/</link>
		<description><![CDATA[Hi All,<br />
<br />
The report I am displaying have Chinese character data; I can see it completelty on HTML page.<br />
When I try to export same report in to pdf file. Many characters are missing.<br />
<br />
Is that BIRT report issue or PDF Viewer issue?<br />
<br />
Thanks in Advance]]></description>
		<pubDate>Wed, 22 May 2013 06:06:31 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29452-chinese-characters-missing-from-report/</guid>
	</item>
	<item>
		<title>Trouble with passing basic parameter from one file to another</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29456-trouble-with-passing-basic-parameter-from-one-file-to-another/</link>
		<description><![CDATA[Hello,<br />
<br />
I am new to BIRT and using the sample database to try and pass a customer number as a parameter from one file to another. I was able to pass the product number through the same method in a different file, but I'm unsuccessful with the customer number.<br />
<br />
The error I am getting is...<br />
"+ An exception occurred during processing. Please see the following message for details:<br />
Failed to prepare the query execution for the data set: List<br />
Cannot set the integer value (242) to parameter 1.<br />
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot set preparedStatement parameter int value.<br />
SQL error #1:No input parameters.<br />
 ;<br />
    java.sql.SQLException: No input parameters. "<br />
<br />
I have checked the types in three locations, and they all seem to match the needed type (integer). I have included the two files I am trying to use. <br />
<br />
Any help is appreciated, thanks.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8815&s=172afcacb598b09d3e3592bb97f26b3c" title=""><img src="http://www.birt-exchange.org/org/forum/public/style_extra/mime_types/unknown.gif" alt="" /></a>
&nbsp;<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8815&s=172afcacb598b09d3e3592bb97f26b3c" title="">hyperlinktest1.rptdesign</a> <span class='desc'><strong>(30.57K)</strong></span>
<br /><span class="desc info">: 2</span>
			</li>
		

			<li class='clear'>
				<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8817&s=172afcacb598b09d3e3592bb97f26b3c" title=""><img src="http://www.birt-exchange.org/org/forum/public/style_extra/mime_types/unknown.gif" alt="" /></a>
&nbsp;<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8817&s=172afcacb598b09d3e3592bb97f26b3c" title="">hyperlinktest2.rptdesign</a> <span class='desc'><strong>(27.82K)</strong></span>
<br /><span class="desc info">: 1</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Wed, 22 May 2013 05:17:45 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29456-trouble-with-passing-basic-parameter-from-one-file-to-another/</guid>
	</item>
	<item>
		<title><![CDATA[Reports on JBoss 5.2 JNDI &#34;env not bound&#34; error]]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29458-reports-on-jboss-52-jndi-env-not-bound-error/</link>
		<description><![CDATA[We have integrated our BIRT reports within our web application. The jndi name is configured, and the integration works fine on Tomcat and Websphere. <br />
While deploying it on Jboss 5.2 we get the error "env not bound". We have given the jndi name as "jdbc/examplejndi".<br />
The rptdesign reports have jndiparameter as "java:comp/env/jdbc/examplejndi" which throws error "env not bound".<br />
The same application works on Jboss 6 and 7 and also on tomcat and websphere. <br />
<br />
If I change the jndi configuration in the rptdesign to "java:jdbc/examplejndi", it works on jboss but fails on tomcat and websphere. <br />
<br />
The "java:comp/env/jdbc/examplejndi" works on sevlets/jsps/code-base (even on Jboss 5.2), though it fails when we given this setting on rptdesign.<br />
<br />
We have copied the birt plugins into WEB-INF/lib, and web.xml defines default parameters for BIRT. <br />
<br />
Exception traces gives NullPointerException, which I think ebcause of the default connection if jndi fails. <br />
<br />
We have to support tomcat/websphere and jboss, and looking for a common solution. So the possibility of changing the jndi configuration for every deployment is not possible. <br />
<br />
<br />
I have tried various things available on the web, though I couldnt find any successful solution. It seems the BIRT logs we are using BaseClassLoader, which doesnt specify the context of the application. In tomcat deployment we see BIRT logs showing WebAppClassLoader and displying the context of the application. <br />
<br />
Any help will be highly appreciated.]]></description>
		<pubDate>Wed, 22 May 2013 04:28:01 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29458-reports-on-jboss-52-jndi-env-not-bound-error/</guid>
	</item>
	<item>
		<title>Changing the height and width of the chart using java event handling</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29417-changing-the-height-and-width-of-the-chart-using-java-event-handling/</link>
		<description>I have a chart.It can be any thing like bar chart,pie chart etc.I want to change the height and width of the chart according to my size before rendering it in the viewer.i want to use java event handling for this.</description>
		<pubDate>Wed, 22 May 2013 04:15:06 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29417-changing-the-height-and-width-of-the-chart-using-java-event-handling/</guid>
	</item>
	<item>
		<title>How to set MaxLength for a Report Parameter</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29450-how-to-set-maxlength-for-a-report-parameter/</link>
		<description><![CDATA[I created one report parameter for entering "Year" value.I want to restrict 4 digits on that input field.How can i do that??User can only type four digit in that field.Is any configuration or script is available to achieve this??]]></description>
		<pubDate>Wed, 22 May 2013 03:40:18 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29450-how-to-set-maxlength-for-a-report-parameter/</guid>
	</item>
	<item>
		<title>Embedded Image not working in BIRT4.2.2</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29451-embedded-image-not-working-in-birt4-2-2/</link>
		<description><![CDATA[Embedded images in the rptdesign are not getting displayed after 4.2.2 upgrade from birt 3.7.0<br />
Environment:<br />
<br />
Windows XP<br />
Weblogic 11g<br />
Oracle 11g<br />
Birt runtime - 4.2.2<br />
<br />
Options that we tried :-<br />
<br />
1.We have tried with setting URI to the image from j&#097;v&#097;script , this is working for PDF but not working for HTML<br />
<br />
2.We have placed the image in webcontent but still not working<br />
<br />
3.We have placed the image in defacult image dir ${birt_home}/report/image - still issue persist<br />
<br />
Please suggest the way forward.]]></description>
		<pubDate>Wed, 22 May 2013 03:13:02 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29451-embedded-image-not-working-in-birt4-2-2/</guid>
	</item>
	<item>
		<title>Parameter Issue from Report Administration</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29423-parameter-issue-from-report-administration/</link>
		<description><![CDATA[Hi,<br />
   I have having trouble in passing parameter from report administration in BIRT report. Suppose when i am passing from report administration it automatically get = sign like =2012 when i will pass this value into my report query  it will bring nothing, but when i will  remove = sign from report parameter like 2012 it will bring results. Any idea how i can remove this = while running parameter from report request page. I am using BIRT 2.3.2 with Maximo 7.5.0.3. Cheers]]></description>
		<pubDate>Wed, 22 May 2013 01:12:31 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29423-parameter-issue-from-report-administration/</guid>
	</item>
	<item>
		<title>How to display dynamic text HTML with no formatting</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29457-how-to-display-dynamic-text-html-with-no-formatting/</link>
		<description><![CDATA[I am printing some rich text from the database using HTML format dynamic text.<br />
<br />
The text is displayed perfectly with color bolding, etc.  However, the client wants the text displayed using the same font as the rest of the PO. (ie. no color, bolding, etc)<br />
<br />
If I choose auto or somthing other than HTML then I see the formatting codes.<br />
<br />
<br />
Is there any way the rich text can be displayed with a font of my choosing?<br />
<br />
Thanks]]></description>
		<pubDate>Tue, 21 May 2013 22:48:18 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29457-how-to-display-dynamic-text-html-with-no-formatting/</guid>
	</item>
	<item>
		<title><![CDATA[Page not found when access https://localhost/birt/frameset?__report=test.rptdesign&#38;sample=my+parameter]]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/21386-page-not-found-when-access-httpslocalhostbirtframeset-reporttestrptdesignsamplemyparameter/</link>
		<description><![CDATA[I'm very new to Birt. I tried the eclipse plug-in and played with it, it worked all well. Although I'm struggling with the deployment. I downloaded birt-runtime-2_6_1.zip, unzipped it, copied the WebViewerExample to my jboss deploy directly. I can access the index page, and it says BIRT viewer has been installed, but I cannot access "view Example" page. It gives 404, page not found error. At the same time, the index page doesn't load logo, images. It might be a sign that I didn't indicate the path correctly on some environment variable? <br />
<br />
I can't figure out now. Can anybody help on this?<br />
<br />
BTW. My jboss deploy directory is a little different from normal jboss/default/deploy. I have a deep path like <br />
JBossATG_build&#092;&lt;company&gt;&#092;dev&#092;jboss_server&#092;&lt;branch&gt;&#092;deploy. Does this matter? <br />
<br />
Thanks a lot!<br />
Jane]]></description>
		<pubDate>Tue, 21 May 2013 22:24:44 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/21386-page-not-found-when-access-httpslocalhostbirtframeset-reporttestrptdesignsamplemyparameter/</guid>
	</item>
	<item>
		<title>Watermarks</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29429-watermarks/</link>
		<description><![CDATA[I've tried a couple watermark addon's but haven't gotten them to work with our BIRT designer embedded in RSA.<br />
<br />
Does anyone know how to create a watermark to use conditionally?<br />
<br />
I need to have a watermark "Test Invoice" or similar text preferably going diagnolly across the page as a background watermark.]]></description>
		<pubDate>Tue, 21 May 2013 22:03:56 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29429-watermarks/</guid>
	</item>
	<item>
		<title>Fail with using JNDI connection</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29292-fail-with-using-jndi-connection/</link>
		<description><![CDATA[Hi,<br />
<br />
    I using a "file.xml" to set the connections attributes. If using all informations on "Data Souce" (driver, url, user, pw), the same of the "file.xml", it works, but the JNDI not work. I need help.<br />
<br />
    Informations of the tools:<br />
<br />
        JBOSS JBoss EAP 5.x Runtime Server<br />
        Birt Runtime_3.7.1<br />
        SGBD Oracle<br />
<br />
<pre class='prettyprint'>
        &lt;oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Data Source" id="778"&gt;
            &lt;list-property name="privateDriverProperties"&gt;
                &lt;ex-property&gt;
                    &lt;name&gt;metadataBidiFormatStr&lt;/name&gt;
                    &lt;value&gt;ILYNN&lt;/value&gt;
                &lt;/ex-property&gt;
                &lt;ex-property&gt;
                    &lt;name&gt;disabledMetadataBidiFormatStr&lt;/name&gt;
                &lt;/ex-property&gt;
                &lt;ex-property&gt;
                    &lt;name&gt;contentBidiFormatStr&lt;/name&gt;
                    &lt;value&gt;ILYNN&lt;/value&gt;
                &lt;/ex-property&gt;
                &lt;ex-property&gt;
                    &lt;name&gt;disabledContentBidiFormatStr&lt;/name&gt;
                &lt;/ex-property&gt;
            &lt;/list-property&gt;
            &lt;property name="odaJndiName"&gt;java:jdbc/IQOracleDS&lt;/property&gt;
        &lt;/oda-data-source&gt;
</pre><br />
<br />
    Error report:<br />
<br />
org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report.<br />
   at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1106)<br />
   at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1326)<br />
   at org.eclipse.birt.report.service.BirtViewerReportService.runReport(BirtViewerReportService.java:158)<br />
   at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(BirtRunReportActionHandler.java:81)<br />
   at org.eclipse.birt.report.service.actionhandler.BirtGetPageActionHandler.__checkDocumentExists(BirtGetPageActionHandler.java:58)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(AbstractGetPageActionHandler.java:119)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:104)<br />
   at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143)<br />
   at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(BirtDocumentProcessor.java:87)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
   at java.lang.reflect.Method.invoke(Method.java:597)<br />
   at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112)<br />
   at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
   at java.lang.reflect.Method.invoke(Method.java:597)<br />
   at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)<br />
   at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)<br />
   at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)<br />
   at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)<br />
   at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)<br />
   at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)<br />
   at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)<br />
   at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)<br />
   at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)<br />
   at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:265)<br />
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)<br />
   at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)<br />
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)<br />
   at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122)<br />
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)<br />
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)<br />
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)<br />
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)<br />
   at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)<br />
   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)<br />
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)<br />
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)<br />
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)<br />
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
   at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)<br />
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)<br />
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)<br />
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)<br />
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)<br />
   at java.lang.Thread.run(Thread.java:662)<br />
Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:269)<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)<br />
   at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1317)<br />
... 56 more<br />
Caused by: java.lang.NullPointerException<br />
   at java.lang.Class.forName0(Native Method)<br />
   at java.lang.Class.forName(Class.java:169)<br />
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.findDriver(JDBCDriverManager.java:746)<br />
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.registerDriver(JDBCDriverManager.java:903)<br />
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:257)<br />
   at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:214)<br />
   at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:237)<br />
   at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:162)<br />
   at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:250)<br />
   at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:165)<br />
   at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:224)<br />
   at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:212)<br />
   at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:217)<br />
   at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:407)<br />
   at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:317)<br />
   at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:455)<br />
   at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:190)<br />
   at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:178)<br />
   at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:145)<br />
   at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:620)<br />
   at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:152)<br />
   at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:80)<br />
   at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:267)<br />
   at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1905)<br />
   at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80)<br />
   at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)<br />
   at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)<br />
   at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)<br />
   at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)<br />
   at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100)<br />
   at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:249)<br />
   at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:260)<br />
... 58 more]]></description>
		<pubDate>Tue, 21 May 2013 21:54:08 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29292-fail-with-using-jndi-connection/</guid>
	</item>
	<item>
		<title>Multiple Parameters not passed to sub report</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29447-multiple-parameters-not-passed-to-sub-report/</link>
		<description><![CDATA[Dear All,<br />
<br />
        I am new to birt and spagobi. I have create a birt report with 2 analytical parameter which will run a report that contains crosstab data and in that crosstab i have set a hyperlink to another report which will run the corresponding data for that column value.]]></description>
		<pubDate>Tue, 21 May 2013 20:38:17 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29447-multiple-parameters-not-passed-to-sub-report/</guid>
	</item>
	<item>
		<title>Flow report content across multiple page columns</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/20288-flow-report-content-across-multiple-page-columns/</link>
		<description><![CDATA[I'm working on a simple report that has multiple groupings and such.  The data shown for each detail section is pretty small, so I'm looking for a way to make better use of a page.  What I'd like to do is flow the data from column to column across the page.  The details section fits very nicely in about 3in. of space, so taking a standard 8.5x11 sheet of paper, i can fit 2 columns in portrait or 3 columns landscape.<br />
<pre class='prettyprint'>
Group A Header   |  Group B Header
Group B Header   |  Details
Details          |  Group B Header
Group B Header   |  Details
Details          |  ....
&lt;goto nxt col&gt;   |

----page break

Group A Header
...and so on
</pre><br />
Is there a way to layout the report in this fashion?]]></description>
		<pubDate>Tue, 21 May 2013 19:38:02 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/20288-flow-report-content-across-multiple-page-columns/</guid>
	</item>
	<item>
		<title>Log all sql queries while running birt in tomcat</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29424-log-all-sql-queries-while-running-birt-in-tomcat/</link>
		<description><![CDATA[Hi,<br />
<br />
I have integrated Birt with my application and it now runs in tomcat.<br />
I now wish to log all my sql queries(in my datasets) in Birt.<br />
Please tell me how can I do this and in which file would Birt print these logs.<br />
<br />
Thanks in advance]]></description>
		<pubDate>Tue, 21 May 2013 18:13:52 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29424-log-all-sql-queries-while-running-birt-in-tomcat/</guid>
	</item>
	<item>
		<title>BIRT4.2.2 Viewer is not working on Linux (2.6)</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29389-birt422-viewer-is-not-working-on-linux-26/</link>
		<description><![CDATA[We are in the process of upgrading from BIRT3.7.2 to BIRT4.2.2.  BIRT Viewer is working fine on Windows application.  But after we deploy our application on to Linux(2.6.18-308.8.2.el5) BIRT Viewer is not working.  Here are the steps we followed upgrading to BIRT4.2.2:<br />
1)	Replaces all BIRT3.7.2 jar files with BIRT4.2.2<br />
2)	Replace webcontent/birt directory with BIRT4.2.2 webcontent/birt directory.<br />
3)	No Code changes – I believe reports that were developed with BIRT3.7.2 should work with BIRT4.2.2.<br />
<br />
We used HTTP Watcher to monitor pocket stream.  We see lot of “ERROR_INTERNET_CANNOT_CONNECT” errors.  <br />
Screen shot is attached here for your review.  This is show stopper for us moving to BIRT4.2.2.  <br />
<br />
Our application is running on JBOSS7.1.1Final.<br />
<br />
Any help is greatly appreciated.<br />
<br />
Thanks<br />
Krishna<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[116761]' id='ipb-attach-url-8744-1369211266-9464' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=8744&s=172afcacb598b09d3e3592bb97f26b3c" title="Capture.JPG -  206.72K,  1"><img src="/org/forum/uploads//monthly_05_2013/post-41873-13685562465083_thumb.jpg" id='ipb-attach-img-8744-1369211266-9464' style='width:1000;height:657' class='attach' width="1000" height="657" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 16:38:17 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29389-birt422-viewer-is-not-working-on-linux-26/</guid>
	</item>
	<item>
		<title><![CDATA[report parameter not setting with 'setParameterValues']]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29401-report-parameter-not-setting-with-setparametervalues/</link>
		<description><![CDATA[I am trying to run a report in a servlet using IRunTask. I am setting the parameter of the report using setParameterValues(hashmap). My report has following types of parameters:<br />
<br />
3 multiselect parameters and 3 simple parameters.<br />
 <br />
My hashmap is like this: HashMap&lt;String, String[]&gt; paramValues; This is taking value from a json like below:<br />
"paramvalues":{<br />
         <br />
            "param1":[<br />
               "value1"<br />
            ],         <br />
            "param2":[<br />
               "value2"<br />
            ],         <br />
            "param3":[<br />
               "value1",<br />
               "value2"<br />
            ]         <br />
      }<br />
<br />
This is giving me an error saying the parameter which are simple are expected to be of 'string' and not java.lang.String. This problem is because the simple parameter is expecting just a string and not an array of string.<br />
<br />
The problem now is that i want to set the report parameters all at once using a hashmap. But because of the above error i cant seem to set them all with a single hashmap. The only solution i can think of, is parsing my hashmap in to separate strings for each parameter. Is there any other way where i can do it using a single hashmap or set all the parameters in one shot??<br />
<br />
Avinash]]></description>
		<pubDate>Tue, 21 May 2013 16:17:43 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29401-report-parameter-not-setting-with-setparametervalues/</guid>
	</item>
	<item>
		<title>Error in Connection Profile</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29445-error-in-connection-profile/</link>
		<description><![CDATA[Hi All,<br />
<br />
Can anyone advice on attached error while publishing the BIRT in pdf.<br />
<br />
<br />
Regards,<br />
Satinder kumar]]></description>
		<pubDate>Tue, 21 May 2013 15:54:26 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29445-error-in-connection-profile/</guid>
	</item>
	<item>
		<title>Dynamic Sorting</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29443-dynamic-sorting/</link>
		<description><![CDATA[Hi,<br />
<br />
One of my report's requirement is to sort some columns dynamically and I know how to do this in BIRT using the Sorting tab from the dataset.  But, how can I sort two different columns in BIRT one in Ascending and the other in Descending at the same time ?<br />
<br />
For example:  if (params["SortBy"].value = "Both")<br />
<br />
                       {<br />
                         sort by date asc<br />
                         sort by amount desc<br />
<br />
                         }<br />
<br />
Can we do this in BIRT? Would you please give me some insight?<br />
<br />
PS: I know that we can do this through SQL but can this be accomplished inside BIRT?<br />
<br />
Thanks,<br />
Steve]]></description>
		<pubDate>Tue, 21 May 2013 15:53:50 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29443-dynamic-sorting/</guid>
	</item>
	<item>
		<title>Table footer</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29442-table-footer/</link>
		<description><![CDATA[I am designing a Purchase Order report that has a po and a poline table.  If the po has a dozens of lines then the po will require multiple pages.  I use a table footer to display the grand total price on the last page.<br />
<br />
However, how do I display a different table footer at the bottom of the poline table for the other pages.  For example, if I wanted to add a piece of text that says "continued" and  a line where the client can add initials, etc.   I don't want to use a regular page footer because I don't want it on the "fine print" terms and conditions pages that come at the end of the po.<br />
<br />
I am using BIRT 3.7.1<br />
<br />
Thanks<br />
Tim]]></description>
		<pubDate>Tue, 21 May 2013 15:47:50 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29442-table-footer/</guid>
	</item>
	<item>
		<title>Custom sort: Data Cube</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29441-custom-sort-data-cube/</link>
		<description><![CDATA[Hello,<br />
<br />
I'm trying to custom an attribute in a date cube, but don't allow me, just sort by default ASC, so, I would like to know if this could be possible ? with some script?.<br />
I mean<br />
by default I got the follow sort<br />
A<br />
B<br />
C<br />
D<br />
<br />
But I would like sort like<br />
<br />
B<br />
D<br />
C<br />
<br />
(No logical sequence.. just custom sequence).<br />
Actually I sorted in my original query but when I use a cube don't keep the original sort.<br />
<br />
<br />
<br />
<br />
Thank you!]]></description>
		<pubDate>Tue, 21 May 2013 15:13:51 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29441-custom-sort-data-cube/</guid>
	</item>
	<item>
		<title>Need help passing parameters to report from maximo.</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29431-need-help-passing-parameters-to-report-from-maximo/</link>
		<description><![CDATA[Hello,<br />
<br />
I need to know how to create a birt report such that when the user clicks on the direct print icon in maximo, that the list of work orders belonging to the current data set is passed to the birt report and then each work order page is created for printing...<br />
<br />
How is it different than writing a report where you specify the input parameter that get passed to the sql?<br />
<br />
Thanks!]]></description>
		<pubDate>Tue, 21 May 2013 15:10:41 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29431-need-help-passing-parameters-to-report-from-maximo/</guid>
	</item>
	<item>
		<title><![CDATA[How do I override a style I'm using from a library?]]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29455-how-do-i-override-a-style-im-using-from-a-library/</link>
		<description><![CDATA[I have a library with the default "table-detail-cell" style in it. I am using the library in my report. I am using it in my report because I want all my table cells to have borders. However, there are a couple table detail cells that I do not want a border. How would I override the "table-detail-cell" style for those specific cells? I tried applying another style to override it, but that didn't work.]]></description>
		<pubDate>Tue, 21 May 2013 14:55:20 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29455-how-do-i-override-a-style-im-using-from-a-library/</guid>
	</item>
	<item>
		<title>Values not displayed in detail row?</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29419-values-not-displayed-in-detail-row/</link>
		<description><![CDATA[Greetings BIRT Experts!<br />
<br />
I have a couple of columns in a report where decimal values should be displayed but the rows are blank.  Another table is joined off of this table and the correct text values are rendered.<br />
<br />
I have double-checked the Information Object and all appears to be correct.<br />
<br />
Can you provide some direction regarding the best way to debug this situation?<br />
<br />
Thanks!<br />
Andrew]]></description>
		<pubDate>Tue, 21 May 2013 13:51:04 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29419-values-not-displayed-in-detail-row/</guid>
	</item>
	<item>
		<title>Bar/Area Chart - Pattern Fill - Higher DPI Scaling</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29454-bararea-chart-pattern-fill-higher-dpi-scaling/</link>
		<description><![CDATA[Hi, <br />
I have a BIRT chart with a bar graph which is filled with a pattern. <br />
The default Image DPI of 96 provides me with the correct size and scale for the pattern, but this dpi is not enough for printing needs. The moment I increase the Image dpi (Chart / Advanced properties )to 300, the pattern becomes smaller and virtually indistinguishable. <br />
<br />
Is there a way we can provide a better pattern of higher scale(instead of 8x8 that designer provides). I am assuming the Bitmap tag represents this pattern and maybe there is a way to provide it. <br />
<br />
If not, is there any other workaround to make the predefined pattern scale. In designer it looks good, but in the webviewer, it changes. See Attached image comparing results with designer mode. <br />
Below is the palette definition is have.<br />
<br />
        &lt;SeriesPalette&gt;<br />
          &lt;Entries xsi:type="attribute:PatternImage"&gt;<br />
            &lt;Bitmap&gt;-1085102596360827121&lt;/Bitmap&gt;<br />
            &lt;ForeColor&gt;<br />
              &lt;Transparency&gt;100&lt;/Transparency&gt;<br />
              &lt;Red&gt;0&lt;/Red&gt;<br />
              &lt;Green&gt;0&lt;/Green&gt;<br />
              &lt;Blue&gt;255&lt;/Blue&gt;<br />
            &lt;/ForeColor&gt;<br />
            &lt;BackColor&gt;<br />
              &lt;Transparency&gt;100&lt;/Transparency&gt;<br />
              &lt;Red&gt;153&lt;/Red&gt;<br />
              &lt;Green&gt;204&lt;/Green&gt;<br />
              &lt;Blue&gt;255&lt;/Blue&gt;<br />
            &lt;/BackColor&gt;<br />
          &lt;/Entries&gt;<br />
<br />
Regards<br />
Joseph<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[117016]' id='ipb-attach-url-8811-1369211266-9874' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=8811&s=172afcacb598b09d3e3592bb97f26b3c" title="ImagedpiIssue.jpg -  195.52K,  3"><img src="/org/forum/uploads//monthly_05_2013/post-54995-13691426059724_thumb.jpg" id='ipb-attach-img-8811-1369211266-9874' style='width:1000;height:454' class='attach' width="1000" height="454" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 13:26:57 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29454-bararea-chart-pattern-fill-higher-dpi-scaling/</guid>
	</item>
	<item>
		<title>query called multiple times</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29051-query-called-multiple-times/</link>
		<description><![CDATA[Hi all,<br />
<br />
I have suddenly noticed that when I have a query that contains an error in runs 46 times.<br />
and each time it returns with the same error message.<br />
<br />
The reason that I noticed it is that in some cases that cause the connection to my DB to drop and therefor I can't display any part of my report.<br />
<br />
I'm using birt 4.2.1 and Postgresql 9.1<br />
<br />
When I'm running the report I see this error message in the Postgresql log file:<br />
<br />
<pre class='prettyprint'>
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:01:48 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:01:48 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:06 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:06 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:08 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:08 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:34 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:34 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:35 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:35 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:37 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:37 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:38 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:38 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:46 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:46 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
2013-03-24 17:02:47 IST ERROR:  column "age1" does not exist at character 8
2013-03-24 17:02:47 IST STATEMENT:  select age1 from test1
</pre><br />
<br />
This is the message that I got when the connection to the DB was drooped.<br />
<br />
<pre class='prettyprint'>
IST FATAL:  sorry, too many clients already
</pre><br />
<br />
And finally this is the query that I used (<strong class='bbc'>I know that it's <span class='bbc_underline'>incorrect</span></strong>, but I'm using it to show that birt tries to call it many time and gets the same error message).<br />
<strong class='bbc'>Query:</strong><br />
<pre class='prettyprint'>select age1 from test1</pre><br />
<br />
Please help me to figer out how can I fix this issue so that I will not have issue with drooping the connection to the DB when I have an error in one of my SQL queries.<br />
<br />
Thanks, Shlomi]]></description>
		<pubDate>Tue, 21 May 2013 12:54:22 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29051-query-called-multiple-times/</guid>
	</item>
	<item>
		<title>Expression Builder on computed columns</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29432-expression-builder-on-computed-columns/</link>
		<description><![CDATA[Is there any limitation to use multiple conditions in Exp<b></b>ressi&#111;n Builder for computed columns?<br />
I am trying to create a computed column as <br />
<br />
row["cts3TestLifecycle"] == "To Be Started" && row["cts3RiskFailedTest"] == "High"<br />
<br />
But I do not obtain any result.<br />
<br />
Thanks.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[116950]' id='ipb-attach-url-8797-1369211267-0436' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=8797&s=172afcacb598b09d3e3592bb97f26b3c" title="CompuedColumns.PNG -  64.17K,  1"><img src="/org/forum/uploads//monthly_05_2013/post-42862-13690606804999_thumb.png" id='ipb-attach-img-8797-1369211267-0436' style='width:1000;height:631' class='attach' width="1000" height="631" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 11:42:24 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29432-expression-builder-on-computed-columns/</guid>
	</item>
	<item>
		<title>Export to pdf from webviewer</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29336-export-to-pdf-from-webviewer/</link>
		<description><![CDATA[Hi All,<br />
<br />
Need help to export to pdf format from currenlty displayed report.<br />
<br />
I am using eclipse view to display the browser control.I have configured "run" servlet.<br />
<br />
My requirement is to export the currently displayed report.<br />
<br />
I have the idea about frameset servlet but i need to use run servlet to display the report.<br />
<br />
As a workaround i have created a toolbar action for the view and clicking the icon i am creating runandrendertask to render the output to pdf. But this was export has to do the business logic processing to generate the report.<br />
<br />
Is there any way to export from the currently displayed report using run servlet only.<br />
<br />
Thanks,<br />
Sridhar]]></description>
		<pubDate>Tue, 21 May 2013 09:03:33 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29336-export-to-pdf-from-webviewer/</guid>
	</item>
	<item>
		<title>JVM crashes when generating PDF file</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29449-jvm-crashes-when-generating-pdf-file/</link>
		<description><![CDATA[Helo all...<br />
<br />
I'm getting an error when generating a PDG using BIRT Framework.<br />
<br />
The error happens in Java JVM. The log I'm getting:<br />
<br />
   <pre class='prettyprint'> #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_IN_PAGE_ERROR (0xc0000006) at pc=0x0190f0be, pid=5848, tid=2392
    #
    # JRE version: 7.0_09-b05
    # Java VM: Java HotSpot(TM) Client VM (23.5-b02 mixed mode, sharing windows-x86 )
    **# Problematic frame:
    # J  java.nio.MappedByteBuffer.load()Ljava/nio/MappedByteBuffer;**
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # An error report file with more information is saved as:
    # C:&#092;Users&#092;luis&#092;Desktop&#092;teste&#092;birt&#092;hs_err_pid5848.log
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    #</pre><br />
<br />
The code I'm using to generate the PDF is as follows:<br />
<br />
   <pre class='prettyprint'>EngineConfig config = new EngineConfig();
   config.setEngineHome("C:&#092;&#092;BIRT&#092;&#092;birt-runtime-4_2_2&#092;&#092;ReportEngine");
   config.setLogConfig("C:/BIRT/logs", Level.FINE);

   Platform.startup(config);
   final IReportEngineFactory FACTORY = (IReportEngineFactory) Platform.createFactoryObject(IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY); 
   IReportEngine engine = FACTORY.createReportEngine(config);
   engine.changeLogLevel(Level.WARNING);

    // Open the report design
    final IReportRunnable DESIGN = engine.openReportDesign("C:&#092;&#092;birt&#092;&#092;src&#092;&#092;report.rptdesign"); 
    final IRunAndRenderTask TASK = engine.createRunAndRenderTask(DESIGN); 
    TASK.setParameterValues(PARAMETERS);
    TASK.validateParameters();

    final PDFRenderOption HTML_OPTIONS = new PDFRenderOption();
    HTML_OPTIONS.setOutputFileName("C:/birt/output.pdf");
    HTML_OPTIONS.setOutputFormat("pdf");

    TASK.setRenderOption(HTML_OPTIONS);
    TASK.run();
    TASK.close();
    engine.shutdown();
    Platform.shutdown();</pre><br />
<br />
Thank you all. Regards]]></description>
		<pubDate>Tue, 21 May 2013 08:54:01 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29449-jvm-crashes-when-generating-pdf-file/</guid>
	</item>
	<item>
		<title><![CDATA[Center body between header&#38;footer of mp]]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29384-center-body-between-headerfooter-of-mp/</link>
		<description><![CDATA[Hi,<br />
<br />
I'm using Birt 2.6.2 with J&#097;v&#097;script.<br />
<br />
I've a report with fixed layout, using a masterpage with header and footer,<br />
I try to center the content of the body (a grid) between header and footer.<br />
<br />
But in the pdf the grid of the body is always close under the header and leaves much empty space to the footer.<br />
<br />
Like this example left. The example right is what I need :<br />
<br />
<pre class='prettyprint'>
###############            ###############
HEADER                     HEADER
###############            ###############
-------------
a grid with 
rows and cells
-------------                             
                           -------------
                     &gt;&gt;    a grid with
                     &gt;&gt;    rows and cells
                           -------------




###############            ###############
FOORTER                    FOORTER
###############            ###############</pre><br />
<br />
How can i reach that the empty space between header/grid & grid/footer is the same?<br />
<br />
<br />
regards<br />
germobirt]]></description>
		<pubDate>Tue, 21 May 2013 08:25:06 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29384-center-body-between-headerfooter-of-mp/</guid>
	</item>
	<item>
		<title><![CDATA[Remove Title &#34;BIRT Report Viewer&#34;]]></title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29446-remove-title-birt-report-viewer/</link>
		<description><![CDATA[Hi I am trying to remove the header "BIRT report viewer" and the footer.<br />
I am deploying BIRT to Eclipse Rich Client Platform. You can see the Attachment it is a scan of the print out.<br />
<br />
This is the java code <br />
			<br />
			public void createPartControl(Composite parent) {<br />
		Composite container = toolkit.createComposite(parent, SWT.NONE);<br />
		toolkit.paintBordersFor(container);<br />
		container.setLayout(new FillLayout(SWT.HORIZONTAL));<br />
		<br />
		<br />
		try {<br />
			Bundle bundle = Platform.getBundle("com.hourglass.erp.reports");<br />
			URL url = FileLocator.find(bundle, new Path(<br />
					"reports/saleOrder.rptdesign"), null);<br />
			path = FileLocator.toFileURL(url).getPath();<br />
		} catch (IOException e) {<br />
			// TODO Auto-generated catch block<br />
			e.printStackTrace();<br />
		}<br />
		System.out.print(path.toString());<br />
		<br />
		Browser browser = new Browser(container, SWT.NONE);<br />
		toolkit.adapt(browser);<br />
		toolkit.paintBordersFor(browser);<br />
		browser.addOpenWindowListener(new OpenWindowListener()<br />
        {<br />
           public void open(WindowEvent event)<br />
           {<br />
              new EmbeddedBrowser(event,<br />
                 Display.getCurrent().getActiveShell());<br />
           }<br />
        });<br />
		// Use the filename of your report<br />
				WebViewer.display(path, WebViewer.HTML, browser, "frameset");<br />
<br />
		createActions();<br />
		initializeToolBar();<br />
		initializeMenu();<br />
	}<br />
<br />
<br />
I have read other posts but i am not using jsp pages.. how can I change the URL parameter __title=.??<br />
Please Help.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[117002]' id='ipb-attach-url-8808-1369211267-0756' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=8808&s=172afcacb598b09d3e3592bb97f26b3c" title="Untitled.jpg -  225.95K,  0"><img src="/org/forum/uploads//monthly_05_2013/post-58334-13691175284646_thumb.jpg" id='ipb-attach-img-8808-1369211267-0756' style='width:721;height:1000' class='attach' width="721" height="1000" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 06:36:01 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29446-remove-title-birt-report-viewer/</guid>
	</item>
	<item>
		<title>Redirect the output from Javascript to display Graph</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29428-redirect-the-output-from-javascript-to-display-graph/</link>
		<description><![CDATA[Hi,<br />
<br />
I have written a function in afterFactory event to fetch the data and do some calculations based on the creation date. After I finish all my calculations, I set the values to globalvariable...<br />
<br />
reportContext.setPersistentGlobalVariable("Jan_Count", jan_count) ;<br />
reportContext.setPersistentGlobalVariable("Feb_Count", feb_Count) ;<br />
reportContext.setPersistentGlobalVariable("Mar_Count", mar_Count) ;<br />
reportContext.setPersistentGlobalVariable("Apr_Count", apr_Count) ;<br />
reportContext.setPersistentGlobalVariable("May_Count", may_count) ;<br />
...<br />
...<br />
...<br />
<br />
Now... I want to display the bar graph using the data...<br />
Is there any method where i can get the persistent global variable data and create a chart...<br />
<br />
Please give me some suggestion or point me to some documentation where I can take forward...<br />
<br />
Thanks In advance...<br />
Trilok]]></description>
		<pubDate>Tue, 21 May 2013 06:10:55 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29428-redirect-the-output-from-javascript-to-display-graph/</guid>
	</item>
	<item>
		<title>Column binding, display multiple records</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29426-column-binding-display-multiple-records/</link>
		<description><![CDATA[Hi,<br />
<br />
I am trying to display multiple records in a table column. <br />
<br />
I have two tables X and Y. X table has hasMany relationship with Y table. <br />
<br />
X table has below attributes:<br />
1.Status<br />
2.Type<br />
3.CompletionTime<br />
<br />
Y table has below attributes:<br />
1.Y-Type<br />
2.CreatedCount<br />
3.UpdatedCount<br />
<br />
I want to display all the records(Y) that are associated for each X record in same row.<br />
Result table column names are 'Status','Type','CompletionTime','Y-data'. In 'Y-data' column I want to display records from Y table like below:<br />
<br />
Y-Type:STS<br />
CreatedCount:2<br />
UpdatedCount:1<br />
Y-Type:TST<br />
CreatedCount:4<br />
UpdatedCount:3<br />
<br />
I have added column binding to Y-data column, and bind a data set which is returning multiple records(from Y table) based on X id, but report is displaying only one record<br />
<br />
Please suggest me on this. <br />
<br />
This is my first post and I am very new to birt report, please let me know if I miss any thing<br />
<br />
Thanks]]></description>
		<pubDate>Tue, 21 May 2013 06:03:39 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29426-column-binding-display-multiple-records/</guid>
	</item>
	<item>
		<title>how to compare a month by html button</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29430-how-to-compare-a-month-by-html-button/</link>
		<description><![CDATA[hi...<br />
<br />
my question is how to compare a this month and last month and then this year and last year ....<br />
in html button<br />
<br />
first of all how to get date field for this month and last month and then how can i able compare <br />
<br />
by click of html button<br />
<br />
can u able to create sampledb for this..<br />
<br />
kindly help me...<br />
<br />
thank in advance<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[116948]' id='ipb-attach-url-8796-1369211267-0929' href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=8796&s=172afcacb598b09d3e3592bb97f26b3c" title="d.jpeg -  27.13K,  3"><img src="/org/forum/uploads//monthly_05_2013/post-56308-13690597070102_thumb.jpeg" id='ipb-attach-img-8796-1369211267-0929' style='width:1000;height:625' class='attach' width="1000" height="625" alt="" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 04:34:46 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29430-how-to-compare-a-month-by-html-button/</guid>
	</item>
	<item>
		<title>Performance issue with XML data source as input stream during report generation</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29227-performance-issue-with-xml-data-source-as-input-stream-during-report-generation/</link>
		<description><![CDATA[Hi,<br />
<br />
i am facing performance issue with BIRT report generation. i have given input as InputStream object and this stream is referred to XML content which is nested in DB as CLOB object. <br />
<br />
For report generation, it is taking around 5 minutes of time to process where i have 5000 records information in XML content. However i may need to process 50k records of XML content which will go beyond the accepted time. <br />
<br />
Can some one tell me how to achieve it. Is there any alternative way to provide input data smoothly without causing any performance implications.]]></description>
		<pubDate>Tue, 21 May 2013 04:17:09 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29227-performance-issue-with-xml-data-source-as-input-stream-during-report-generation/</guid>
	</item>
	<item>
		<title>What are the steps to run Birt latest in Eclipse Juno</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29382-what-are-the-steps-to-run-birt-latest-in-eclipse-juno/</link>
		<description><![CDATA[Hi,<br />
<br />
        I am try to run my birt report in Birt 4.2.0 runtime environment. But I have run birt in Eclipse Galileo with JSF 1.2. But how can i run the same report in the new birt environment. I am very confused. So please let me know what are the necessary configurations should be done when run the Birt 4.2.0 with Eclipse Juno and Jboss 6.1.0 final. My birt supporting libraries are placed in the lib folder under Jboss 6.1.0 final server. When i need to change that location or any other configuration should be done to run that Report. I don't know whether i need to use Viewer to see report. In my old version i am using &lt;birt:birtWrapper&gt; tag to show the report in the JSF page. Then here i don't know how to show that report in the JSF page. Can you help me to trigger out this issue. I am very suffered due to this issue. Thanks in advance. And one more doubt In my older version i am passing parameter through &lt;f:param&gt; tag to birt report. But now i can't. Instead of passing parameter i will pass that parameter into the map and i will pass that map to the report. And one more thing through java code only we need to initialize Birt Engine and passing parameters. Is any other easy way to show using JSF page itself like older version? Let me know about this Birt 4.2.0 latest version. I have attached my method which is used to Intialize or create this birt right. I am passed 4 parameters in this method. One is Map which is used to passes parameter using map. Second one is Path of the report design page. Third one is format which is used to create that report like pdf, html, xls. Fourth one is filename which is used to create attachment with that filename.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class='clear'>
				<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8739&s=172afcacb598b09d3e3592bb97f26b3c" title=""><img src="http://www.birt-exchange.org/org/forum/public/style_extra/mime_types/txt.gif" alt="" /></a>
&nbsp;<a href="http://www.birt-exchange.org/org/forum/index.php?app=core&module=attach&section=attach&attach_id=8739&s=172afcacb598b09d3e3592bb97f26b3c" title="">java code for Birt report.txt</a> <span class='desc'><strong>(3.02K)</strong></span>
<br /><span class="desc info">: 2</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 21 May 2013 04:15:15 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29382-what-are-the-steps-to-run-birt-latest-in-eclipse-juno/</guid>
	</item>
	<item>
		<title>Displays HTML entities</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29392-displays-html-entities/</link>
		<description><![CDATA[I'm using below Java code to display Birt HTML format report in the App., but I see HTML entities also getting displayed:<br />
<br />
Note: In the Birt design file, table is generated dynamically from the event handler (Java file).<br />
<br />
Please check the attachment for the ERROR.<br />
Let me know what more information you require for the resolution.<br />
<br />
design = mspReportEngine.openReportDesign(getServletContext().getRealPath("/WEB-INF/") + File.separator + "reports" + File.separator + ReportUtils.getReportDesignFile(parameters, report));<br />
		<br />
				IRunAndRenderTask task = mspReportEngine.createRunAndRenderTask(design);<br />
<br />
				task.getAppContext().put(EngineConstants.APPCONTEXT_CLASSLOADER_KEY, ReportController.class.getClassLoader());<br />
		<br />
				if (AuthenticationContext.hasPermission("TICKETS_MANAGE")) {<br />
				    parameters.put("canCreateTickets", "true");<br />
				}<br />
<br />
				parameters.put("varLogo", varLogo);<br />
		<br />
				if (media.equalsIgnoreCase("pdf") || media.equalsIgnoreCase("ppt") ) {<br />
					parameters.put("logoData", getImageInBytes(varLogo, msp));<br />
				} else {<br />
				    parameters.put("logoData", "no-logo".getBytes());<br />
				}<br />
				<br />
				<br />
				String completeFilename=downloadName.trim()+"_"+clientId+"_"+".html";<br />
				String completeRptDocumentFilename=downloadName.trim()+"_"+clientId+"_"+".rptdocument";<br />
<br />
				String fileAbsolutePath="/tmp/"+completeFilename;<br />
				String rptDocumentAbsolutePath="/tmp/"+completeRptDocumentFilename;<br />
<br />
				Enumeration&lt;String&gt; keys = parameters.keys();<br />
				while (keys.hasMoreElements()) {<br />
				    String key = keys.nextElement().toString();<br />
				    task.setParameterValue(key, parameters.get(key));<br />
				}<br />
				task.setParameterValue("reportType", reportName);<br />
				task.setParameterValue("media", media);<br />
<br />
				HTMLRenderOption options = new HTMLRenderOption();<br />
				options.setOutputFormat("html");<br />
			    options.setImageHandler(new HTMLServerImageHandler());<br />
			    options.setSupportedImageFormats("JPG;PNG;BMP;SVG;GIF");<br />
				out = response.getOutputStream();<br />
				options.setOutputStream(out);<br />
			    ((HTMLRenderOption) options).setBaseImageURL(request.getContextPath() + "/Images");<br />
			    ((HTMLRenderOption) options).setImageDirectory(sc.getRealPath("/Images"));<br />
				task.setRenderOption(options);<br />
				task.run();<br />
				task.close();]]></description>
		<pubDate>Tue, 21 May 2013 04:10:14 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29392-displays-html-entities/</guid>
	</item>
	<item>
		<title>Table rendering, setting border-collapse</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/13457-table-rendering-setting-border-collapse/</link>
		<description><![CDATA[Is there a way to specify border-collapse in the Designer or the *.rptdesign document for tables?<br />
<br />
The table is always rendered as border-collapse:collapse.<br />
I didn't find any way to set it to separate or leave it empty.<br />
<br />
Bernd]]></description>
		<pubDate>Tue, 21 May 2013 02:35:14 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/13457-table-rendering-setting-border-collapse/</guid>
	</item>
	<item>
		<title>Problem, skipping header on 1st page still uses header space</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29349-problem-skipping-header-on-1st-page-still-uses-header-space/</link>
		<description><![CDATA[I'm able to not display a report header on the first page by simply not selecting the "Show header on first" option; however, the first page is shifted down by the amount of header on the rest of the pages in the report.<br />
<br />
Does anyone know how to prevent the first page from beginning below the space the header consumes.  For example, I have a header with height of .9 inches.  It contains a Grid of .9 inches.  The header is not displayed on the first page; however, the first page contents begins .9 inches down from the margin.<br />
<br />
Many thanks for the answer.]]></description>
		<pubDate>Tue, 21 May 2013 01:28:20 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29349-problem-skipping-header-on-1st-page-still-uses-header-space/</guid>
	</item>
	<item>
		<title>Exception: Cannot fetch the next data row</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/25127-exception-cannot-fetch-the-next-data-row/</link>
		<description><![CDATA[Hi,<br />
<br />
Am using BIRT 3.7.0<br />
<br />
I have a JDBC DataSet. If the SQL query in the dataset returns 0 rows BIRT throws the following exception. Logically this is not an exception condition. If the query returns 0 rows my report should shown an empty table rather than throwing an exception.<br />
<br />
Is there a way to suppress this exception?<br />
<br />
<pre class='prettyprint'>
org.eclipse.birt.data.engine.odaconsumer.OdaDataException: Cannot fetch the next data row.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot move down to next row in the result set.
SQL error #1:&#91;jcc&#93;&#91;t4&#93;&#91;10120&#93;&#91;10898&#93;&#91;3.58.82&#93; Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null ;
    com.ibm.db2.jcc.am.SqlException: &#91;jcc&#93;&#91;t4&#93;&#91;10120&#93;&#91;10898&#93;&#91;3.58.82&#93; Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null
	at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.newException(ExceptionHandler.java:52)
	at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.throwException(ExceptionHandler.java:108)
	at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.throwException(ExceptionHandler.java:84)
	at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(ResultSet.java:143)
	at org.eclipse.birt.data.engine.executor.cache.OdiAdapter.fetch(OdiAdapter.java:214)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:105)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.getNext(RowResultSet.java:192)
	at org.eclipse.birt.data.engine.executor.transform.SimpleResultSet.initialize(SimpleResultSet.java:133)
	at org.eclipse.birt.data.engine.executor.transform.SimpleResultSet.&lt;init&gt;(SimpleResultSet.java:108)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:1009)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:441)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1495)
	at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:232)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:173)
	at org.eclipse.birt.report.engine.api.impl.ExtractionResults.nextResultIterator(ExtractionResults.java:74)
	at org.eclipse.birt.report.designer.data.ui.dataset.DataSetPreviewer.preview(DataSetPreviewer.java:70)
	at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:337)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot move down to next row in the result set.
SQL error #1:&#91;jcc&#93;&#91;t4&#93;&#91;10120&#93;&#91;10898&#93;&#91;3.58.82&#93; Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null ;
    com.ibm.db2.jcc.am.SqlException: &#91;jcc&#93;&#91;t4&#93;&#91;10120&#93;&#91;10898&#93;&#91;3.58.82&#93; Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null
	at org.eclipse.birt.report.data.oda.jdbc.ResultSet.next(ResultSet.java:196)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaResultSet.next(OdaResultSet.java:180)
	at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(ResultSet.java:138)
	... 14 more
Caused by: com.ibm.db2.jcc.am.SqlException: &#91;jcc&#93;&#91;t4&#93;&#91;10120&#93;&#91;10898&#93;&#91;3.58.82&#93; Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null
	at com.ibm.db2.jcc.am.ed.a(ed.java:660)
	at com.ibm.db2.jcc.am.ed.a(ed.java:60)
	at com.ibm.db2.jcc.am.ed.a(ed.java:103)
	at com.ibm.db2.jcc.am.hm.Db(hm.java:4352)
	at com.ibm.db2.jcc.am.hm.c(hm.java:325)
	at com.ibm.db2.jcc.am.hm.next(hm.java:304)
	at org.eclipse.birt.report.data.oda.jdbc.ResultSet.next(ResultSet.java:187)
	... 16 more


</pre>]]></description>
		<pubDate>Tue, 21 May 2013 01:26:28 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/25127-exception-cannot-fetch-the-next-data-row/</guid>
	</item>
	<item>
		<title>Dual group in the same axis for 3D Charts.</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29440-dual-group-in-the-same-axis-for-3d-charts/</link>
		<description><![CDATA[Hello,<br />
I was wondering if with some java script I could add double group in the same axis, See attach image,<br />
Thank you<br />
I appreciate your help.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<img src="/org/forum/uploads//monthly_05_2013/post-58328-1369092727591.png" class='bbc_img linked-image' alt="" />
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Mon, 20 May 2013 23:32:14 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29440-dual-group-in-the-same-axis-for-3d-charts/</guid>
	</item>
	<item>
		<title>Custom sort: Data Cube</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29439-custom-sort-data-cube/</link>
		<description><![CDATA[Hello, <br />
<br />
I'm trying to custom an attribute in a date cube, but don't allow me, just sort by default ASC, so, I would like to know if this could be possible ? with some script?.<br />
I mean<br />
by default I got the follow sort<br />
A<br />
B<br />
C<br />
D<br />
<br />
But I would like sort like <br />
<br />
B<br />
D<br />
C<br />
<br />
(No logical sequence.. just custom sequence).<br />
Actually I sorted in my original query but when I use a cube  don't keep the original sort.<br />
 <br />
<br />
<br />
<br />
Thank you!]]></description>
		<pubDate>Mon, 20 May 2013 23:28:56 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29439-custom-sort-data-cube/</guid>
	</item>
	<item>
		<title>Custom sort: Data Cube</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29438-custom-sort-data-cube/</link>
		<description><![CDATA[Hello, <br />
<br />
I'm trying to custom an attribute in a date cube, but don't allow me, just sort by default ASC, so, I would like to know if this could be possible ? with some script?.<br />
I mean<br />
by default I got the follow sort<br />
A<br />
B<br />
C<br />
D<br />
<br />
But I would like sort like <br />
<br />
B<br />
D<br />
C<br />
<br />
(No logical sequence.. just custom sequence).<br />
Actually I sorted in my original query but when I use a cube  don't keep the original sort.<br />
 <br />
<br />
<br />
<br />
Thank you!]]></description>
		<pubDate>Mon, 20 May 2013 23:28:42 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29438-custom-sort-data-cube/</guid>
	</item>
	<item>
		<title>Scripted Marker Line - How to set Font Size for Caption</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29433-scripted-marker-line-how-to-set-font-size-for-caption/</link>
		<description><![CDATA[Hi all, <br />
<br />
I have a scripted marker line in one of my charts, which is dynamically set at run time. <br />
The marker also has a caption that needs to be set. I am able to setup the caption using getLabel().getCaption.setValue() but unable to control its font. Any suggestions!!<br />
<br />
inside beforeGeneration function.....<br />
<br />
  center_ml = MarkerLineImpl.create(yAxis, NumberDataElementImpl.create(targetCenter));<br />
  center_ml.getLabel().getCaption().setValue("Target Center at " + targetCenter);<br />
   <br />
  center_ml.getLineAttributes().getColor().set(76,107,16);<br />
  center_ml.getLineAttributes().setStyle(LineStyle.SOLID_LITERAL);<br />
  center_ml.getLineAttributes().setThickness(2);<br />
<br />
<br />
Thanks and Regards<br />
Joseph]]></description>
		<pubDate>Mon, 20 May 2013 20:44:29 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29433-scripted-marker-line-how-to-set-font-size-for-caption/</guid>
	</item>
	<item>
		<title>Dual group in the same axis for Charts 3D</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29437-dual-group-in-the-same-axis-for-charts-3d/</link>
		<description><![CDATA[Hello, <br />
I was wondering if with some java script I could add double group in the same axis, See attach image, <br />
Thank you <br />
I appreciate your help.<div id='attach_wrap' class='rounded clearfix'>
	<h4></h4>
	<ul>
		
			<li class=''>
				<img src="/org/forum/uploads//monthly_05_2013/post-58328-13690821720101.png" class='bbc_img linked-image' alt="" />
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Mon, 20 May 2013 20:37:31 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29437-dual-group-in-the-same-axis-for-charts-3d/</guid>
	</item>
	<item>
		<title>Colored vertical bar on one side of the report</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29436-colored-vertical-bar-on-one-side-of-the-report/</link>
		<description><![CDATA[So I made a report with a vertical yellow bar running down the left side of the report like this:<br />
<br />
<img src='http://i.imgur.com/VfeLIfz.png' alt='Posted Image' class='bbc_img' /><br />
<br />
I did this by inserting a grid and having all my report elements like inside this grid. The I made the grid have a yellow border only on the left. Is there any other way to have a vertical bar on the left side of the report? I feel like the way I'm doing it is a little hacky.]]></description>
		<pubDate>Mon, 20 May 2013 20:26:08 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29436-colored-vertical-bar-on-one-side-of-the-report/</guid>
	</item>
	<item>
		<title>Need help with passing parameters to BIRT</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/29435-need-help-with-passing-parameters-to-birt/</link>
		<description><![CDATA[Hello,<br />
<br />
I have created several BIRT reports that prompt the user for parameters and then pass them to the sql (using ? placed within the sql). I did this all using the BIRT IDE.<br />
<br />
BUT, now I need to pass in a parameter in that contains sql, such as myID='1234' and have that placed into the BIRT report sql, and then have the BIRT report run using the sql passed in.<br />
<br />
How do you do this? I think I have to use java script, but how can I implement this? Can someone provide an example????]]></description>
		<pubDate>Mon, 20 May 2013 20:10:40 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/29435-need-help-with-passing-parameters-to-birt/</guid>
	</item>
	<item>
		<title>passing report parmeter</title>
		<link>http://www.birt-exchange.org/org/forum/index.php/topic/15800-passing-report-parmeter/</link>
		<description><![CDATA[using ibm clear quest report designer<br />
i want to link report paramter (data type string) with data set parameter<br />
the following error occur<br />
<br />
<br />
The following items have errors: <br />
ReportDesign (id = 1): <br />
- Cannot set the string value (1) to parameter 1<br />
Error setting value for SQL parameter #1 <br />
Cannot set the string value (1) to parameter 1<br />
Error setting value for SQL parameter #1 ( 1 time(s) )<br />
detail : org.eclipse.birt.report.data.adapter.api.AdapterException: Cannot set the string value (1) to parameter 1<br />
Error setting value for SQL parameter #1<br />
<br />
can any one help me]]></description>
		<pubDate>Mon, 20 May 2013 18:29:02 +0000</pubDate>
		<guid>http://www.birt-exchange.org/org/forum/index.php/topic/15800-passing-report-parmeter/</guid>
	</item>
</channel>
</rss>