-
How to get SpudSoft excel emitter to work with BIRT 4.3.0.2
<p>I am using BIRT 4.3.02. and I have Excel 2010 installed on my machine.</p> <p> </p> <p>When I output my report in excel, the file is saved with a .xls extension as type "Microsoft Excel 97-2003 Worksheet". (I don't understand why it would do this?)</p> <p> </p> <p>I am using Grails and have added this to my code to try…
-
Patch for Teamsite 7.2.1
Hi team, May i know what is the latest patch for Teamsite 7.2.1? Thanks, Regards, Lok
-
Wrong page number when I export reports in HTLM
<p>Hi all,</p> <p> </p> <p>I'm on 3.7.1.</p> <p> </p> <p>I design all my reports with a template. In this template, I added a footer, and inside I used the Page n of m auto text.</p> <p>Everything is working except when I export reports in HTML... I received 1 of 1, 2 of 2, 3 of 3 instead of 1 of 3, 2 of 3 and 3 of 3. </p>…
-
DFS 6.7 Sample code example
Hi Expert, Can any one provide me DFS 6.7 Sample code with example. Regards, Ram
-
Tempo box with cs authentication
-
Invalid UTF Character String error with MySQL
<div>My report goes against a stored procedure in Mysql. Some times( out of 10 times approximately 4 times) report fails while generating the document with this error. I checked the stored procedure and not seeing any non valid characters. Have any one seen this? Thanks.</div> <div> </div> <div>Description<span>…
-
Maximo 7.5 BIRT report direct print using __action=print
<p>Hi All,</p> <p> </p> <p>We have a requirement to direct print a label to a specific printer through Maximo</p> <p> </p> <p>I am envisioning it to be BIRT report with required format. Is it possible to add parameters like __format and __action=print to the report design file so that when the report is deployed to Maximo…
-
Chart Interactivity Script Invocation
<p>I have created a report which contains a bar chart and have written a script which executes when any of the bars is clicked. When I render the HTML for the report using the Eclipse designer, parts of the JavaScript code have been replaced with the text 'null', making the script unusable. Below is an example</p> <p> </p>…
-
Embed Image in Parameter Page
<p>Hi, I'm new to this forum. I see this forum is very helpful. It has solutions for different scenarios.</p> <p>I have a interesting request from user to embed image in the parameter page.</p> <p>Is it doable in the first place?</p> <p>When I right click on report parameters I don't see Insert Element to insert any…
-
Two tooltips showing on graphs
<p>Hey,</p> <p> </p> <p>We are using OS Birt 4.4.1.</p> <p> </p> <p>We are using the Birt viewer tag library to display the reports in our web app.</p> <p> </p> <p>On a report with a graph we want a tooltip to show up when the user hoovers over the bar. But we are getting two of them, one as soon as we hoover over the bar…
-
Change column header in report
Hi,<br><br> I have a BIRT report that I am customizing with a script in the beforeFactory. In this report I want to modify a column header to be the value of a cell in an adjacent column. <br><br> For example, take this example table.<br><br> Column1----Column2----Column3<br> April 4----Indiana----State<br><br> I want to…