Date Selector: How to implement computed default value...
Hi, In BIRT 360, when I add a Report Parameter Widget and reference the BIRT report, the widget originally sets the default dates to whatever my default script is resolving to (i.e....
View ArticleCheck box Prompt to Show/Hide
Hi all, I need to create a Check Box prompt, to show/Hide a Table and another report ( it may be any kind of report ). If i have checked the prompt means, Only Table need to be shown, otherwise that...
View ArticleNeed Date Format in Dynamic Text as dd/mm/yyyy
Dear All, Can anyone tell why in Dynamic text(using below javascript) i am not getting date format as dd/mm/yyyy where in all places i have formatted the field as dd/mm/yyyy Even i tried both syntax:...
View ArticleBIRT 3.7.2 table column copy (insert) slow
Greetings all, I have birt 3.7.2 with Eclipse (Indigo) and I have an existing report design file which I am trying to increasing the number of table columns by doing a copy column and then "Insert Copy...
View ArticleAuto generate report in pfd format
Hi, I have a question. Can a BIRT reporting generate the report in PDF format? By default, BIRT will generate the report in JSP page. then it have the option either to export it into pdf, csv etc. My...
View ArticleTo set the bar width on Bar Chart
Hi, I have created a bar chart report, I want to set the width of the bar in inches dynamically based on the number of bars. So I have set the bar width in beforeGeneration method using...
View ArticleTo remove x-axis label when no data available in bar chart
Hi I have created the bar chart, in that if the value for any x-axis label is null, then in x-axis its displaying as null in the chart, So how to suppress the null value and tick from the x-axis bar...
View ArticleBar-Chart's Bar-width?
Is there a way to handle the bar chart's bar width? I want the script or some formula to define the bar's width. I put efforts to search the handle on this, but I found the handle on Bar Chart Unit...
View ArticleData is cutting in export to PDF
Hi All, I have a serious doubt, when i do export to pdf and save pdf then data in the column is getting cut across column line. For example my data in the column is 'EMQLMZ129067553736436433236', this...
View ArticleScatter Chart - 2 Different X-Axis Values
I am wondering if it is possible to create a scatter chart in BIRT that has two different sets of x-axis and y-axis values, where the x-axis values are of the same type. For example: Set 1 x-axis: time...
View ArticleGenerating BIRT PDF reports with a scheduler/cron job
Hello, I need to automate the BIRT report generation via a cron job to generate PDFs. I've been looking at 2 possibilities: 1) runReport batch file: I can generate the sample report but when I want to...
View ArticleWhy does a computed column seem to add values across multiple rows
I have a result set that looks something like: # Attempted, I_INVOICE_COST 50,2.4828 50,1.4496 50,1.4656 50,1.4664 I create a calculated column like this to avoid division by zero var totalCost = 0; if...
View Articlejava.lang.NullPointerException
Hi all, I schedule a report to run overnight and it yield below error. Please help. Thanks. Warning/Error: Error happened while running the report.org.eclipse.birt.report.engine.api.EngineException:...
View ArticleCLI - Emitter Selection possible?
Dear all, I'm currently puzzled on how to use the native excel emitter plugin(1) with BIRT runtime 4.2.2 via the command line interface. When I designed the report (in juno, using the latest BIRT...
View ArticleSoritng of data in BIRT report doesnt work in groups.
I have a report designed using BIRT. Facing problems with sorting issues. The data is displayed within groups. The sort parameter includes the value displayed in group header. When i select the sort...
View ArticleLocalization of BIRT report using JAR files
I want to localize report generated from BIRT using .jar files instead of using .properties files. My jar file will access a DB (SQL server) which will return it the key value pairs for localisation....
View ArticleAdding new drop down in birt report and changing query parameter based on...
I want to add new drop down in birt report which contain hard coded(numeric) values and user can select any value which decide number of records to display in query And also how to access report...
View Articlebirt xls problem
trying to open the excel generated by birt getting error as The file you are trying to open, 'filename.xls', is in a different format than specified by the file extension. Verify that the file is not...
View Articleunable to install spudsoft xlsx emitter in websphere.
i've performed various steps while integrating which i am mentioning below step1--> first i downloaded uk.co.spudsoft.birt.emitters.excel_0.8.0.201211020842.jar and then i paste that jar in WEB...
View ArticleHow to set table bookmark?
Hi, How do I set bookmark for my table? I would like to set it "mytable", I went to properties => Advanced => Bookmark and type "mytable" in the Javascript window. However I do get error when I...
View Article