[HOW] : Dynamically change the Label values
How to dynamically change the Label values through java code. For example there is Label named: X has a value="Morning" Now i need Label X to change it's value to "Evening" All from a java code. There...
View ArticleCustom Report is getting saved twice..
I have a strange thing happening .. when user selects filter while viewing a report and enter a name to save it as a custom report , a custom report get created. But when user clicks on print icon and...
View ArticleBIRT Report PDF Output Font Encoding
Does anyone know how to change the font encoding for the PDF output in BIRT Designer? Currently when Birt Designer generates a PDF, it encodes all the fonts in "Identiy-H" which is causing issues in a...
View ArticleBIRT Datepicker plzzzzzzzzzzz
Hi, Can someone please post a sample report with datepicker for the paramerter dialog box. I couldn't follow the existing postings related to this. I've tried using a calendar.js and modified...
View ArticleNormalizing size of multiple pie charts
Hello, I have a report that shows a series of 5 pie charts all next to each other. The problem is, when I preview or deploy the report, all the pie charts display as different sizes. Is there a quick...
View ArticleHow to Add java script methd for value Series Dynamically
I am creating Value series dynamically in beforegeneration . I have to add interactivity by calling some java script method on moue over . How can I script to achieve it. Please provide any sample lets...
View ArticleDynamic column creation in table
Generally for every row returned by dataset a new row is created dynamically by the table element. But how to generate dynamically column in the tables based on the dataset values. For example: Select...
View ArticleDynamic chart title using data set
Hello, i'm trying to get data from an data set to make an dynamic title in a chart. Today my dynamic chart title is done this way: function beforeGeneration( chart, icsc ) { var title = "Problema - " +...
View ArticleHow do i use word wrap in report design?
Hi all, I am using Birt report version 2.3.2. I created a design in JDBC datasource and access the data. and the dataset value is...
View ArticleHow to Create Cascading Parameter in BIRT?
Dear All, Kindly request you to all if anyone can tell how to populate second parameter based on the first parameter. e.g. DataSet_state v_state_code v_state_desc DataSet_branch v_branch_code...
View ArticleDrop report items based on data
Hi, I need to move and or drop different report items depending on data I gathered from a dataset. All elements are grouped within a single grid. Which script event should I use and how can I access...
View ArticleBirt Excel and PDF format limitation
Hi Everyone, I am using Birt(2.6.0). Actually my report output contains 14,50,000 rows and 70 columns. And, I have designed a custom Birt template which has 4 hidden table and 1 table being displayed...
View ArticleDependent Text box parameter defaults
Hi. Each report I make is about a given instance of the overall problem. So we pass in the number of the instance as a hidden parameter. For various dynamic selection parameters, I use the instance...
View ArticleDisabling PDF export for specific reports
Hi, Is there a way to disable exporting report in a particular format for specific reports? I have 3 reports and I want to disable PDF export for only one of them. I searched and found someone had...
View ArticleOpenERP ODA Datasource
i would like to share a new opensource XML RPC conector for data in OpenERP system. http://code.google.com/p/birt-oda-openerp/ Diogo Duarte
View ArticleDate prompt
Hi All, I have created report which has a date prompt. I need to create date prompt in either of the two ways 1. From date , to date selection 2. Last 1 week, last 2 weeks etc. Note: The date should...
View ArticleStock chart change color
I have 2 issues in this post Issue 1. On Stock Chart(open, close, hight, low) what's the method can change the line color and fill color? I did use the function function beforeDrawDataPoint(dph, fill,...
View ArticlePositioning bars of Gantt Chart
Hello, I am working on a gantt chart (accessing a dataset with the following fields: projects ID, names, category, start date, end date and cost range). I want to group them (= display the bars with...
View ArticleExpand/Collapse section
Hi, How can I create Expand/Collapse section using Design Engine API ? I want to create 'about' section that looks like a link. When I click on this link 'about text' will be shown below the link(html)...
View ArticleBar is not plotted for very small values in the chart
Hi, I am developing bar chart report in BIRT3.7, the problem is for very small values, the bar is not getting plotted in the chart. I have attached the snap-shot for reference. could anyone provide me...
View Article