How to put a different image for each page in the footer?
Hi, I need to put in the footer a different image for each page. Each image contains the page number. I need to create the report in PDF and I must use the runandRender. The images are in the resource...
View ArticleBIRT with remedy
hello everyone i am working on BIRT to generate reports on data taken by the Remedy system. i am stuck at one place and i will explain the situation if any one can help . i have two data sets one is...
View Articleprocessing probelm
hi... while am filtering in cascading parameter it will take long time to filter....and showing a "processing wait" fro such time how can avoid i long time...and processing wait.... i have attached a...
View Articlehow to check the series if null in chart
how can i check if the series was null before trying to check the series identifier if its null i have display some text in report give some script to identify series and print the message am getting...
View ArticleProblem with SQL message: ARITHABORT
Hi guys I need your help. If I run the SQL Script below I get the following error within BIRT Report Designer: QuoteCaused by: org.eclipse.birt.data.engine.odaconsumer.OdaDataException: Cannot get the...
View ArticleORA-01009: missing mandatory parameter
Dear All, Can anyone advice on attached error. Regards, Skumar
View ArticleDynamic Rows
Hi i have a question. Is it possible to add 2 dynamic rows to a table when a parameter is set? I have a parameter where the user can choose 2 values in a drop-down: 1.)City 2.)Village Now when the user...
View ArticleDisplays the rows in colunm wise.
Hi All, I have a Data set that returns slno,name,code,designation, etc.. Here i want the table to display as in the below format, how can i do this. Can anybody explain me. SLNO 1 SLNO 2 SLNO 3 SLNO 4...
View ArticleHyperlink in Crosstab report
Hello, Currently i am using MyEclipse Blue 7.5 birt report. I want to give hyperlink in the crosstab column. But not able to. I want to give hyperlink on Student Name , so that it will link to other...
View ArticleScripted data source-JSON-dynamic report generation
Hi, i am trying to create a java application for generation of reports using birt run time api's,with data source as a web service(scripted data source) . web service returns JSON object , which the...
View ArticleHyperlink in (some cells) Crosstab report
hi, I have this report: | month1 | month2 | month3 | month4 | month5 | month6 | day1| T | F | F | T | T | T | day2| F | F | F | F | T | F | day3| T | T | T | T | T | F | I just wanna "create" hyperlink...
View ArticleMoving Navigation Bar in viewer to bottom
Hi How can we move the Navigation Bar in the Birt Viewer to Bottom of the page...ie after the report.When I s earched i was able to see only the way to customize it.. Anyone please help to solve this...
View ArticlePDF export problem
Hi, i've created a rptdesign file with scripting block on tables, on labels and on datasets.With RAD 7.5, When i execute the report from the "conception" perspective, all the scripting i made works...
View ArticleTime diffrence different rows
Hello, I'm not sure if this is the correct forum, but ill give it a try! This is the response of a query: [PROCES] [ID] [DATE] [STATUS] Proces A 925808352 19-07-2010 13:51:31 Started Proces A 925808352...
View ArticlePie label positioning
Hello: Has anyone had success locating pie slice labels based off of the number of values provided in the dataset? For instance, six or less data points, locate the labels -inside- of the pie, with...
View ArticleDynamically Loading Java Sripts
RMurphy had posted an excellent article on DevShare outlining how to dynamically load java scripts in BIRT. This is great report and runs great in the Eclipse-BIRT developemnt environment. My test...
View ArticleJDBC connection with Oracle Failing
I have been developing BIRT reports for an MRP system. I am using BIRT designer 4.2.2, and the Oracle 11g JDBC files. As a simple test, I am trying to perform a listagg and pivot operation using...
View ArticleIntegrating BiRT report designer into RCP e4 application
Hi all, Have anybody tried out to integrate Birt report designer perspective into RCP e4 application? (I have created this topic as duplicate because the first one is inaccessible after the last...
View ArticleOracle DB connection
Hi, I want to setup datasource with oracle DB. I am connecting my oracle DB in Datasouce details but when I click on Test concction, it is failed. Could you please tell me the process. Thanks, Pankaja
View ArticleParameter - set default value with a dynamic value
Hi I have a parameter linked to a dataset that contains some dates. I would like to set default value as max (or min) of these dates. I could order the list but if I run the report the default value is...
View ArticleDesigning reports for excel output with Tribix emitter
Greetings! Recently I've been asked to generate reports with an xls output. After trying some different emitters, I ended up going with Tribix since it could manage images and seemed to generate...
View ArticleReferenceError: Object is not defined.
Hey folks, I got an issue referencing a class from a jar. To give you a short overview over my problem: I created a Java Project in the BIRT Designer and created a DataSource within this project like...
View ArticleDuplicate rows on PDF output
This happens only on PDF (validated on HTML) When executing a report with PDF format which has more than one page output. It seems that a grouped row is duplicated and the page number stays 1. Any clue?
View ArticleCreate Checkbox in Table
Hi All, I want to insert check box in a table.As per the attached image. Then i want , When i will select the check boxes according to selected check box values graph will display below the table....
View ArticleGETTING NULL POINTER EXCPTION
Hi, I am using BIRT 2.2.2 for my application. I have one report, which is running correctly in designer, but getting null pointer exception in application. I have also tried by defining column width,...
View ArticleHow to manage team and user tree structure in report.
Hi All, Please help me to solve the problem: I am having 3 teams named team1,team2 and team3 also some users named a,b and c. How can i show all the 3 teams and 3 users in a graph. Regards, Swapna.
View ArticleShow groups like a tree
Hi, i have got a dataset like this: Section Subsection ID Name 01. Category --- 101 cat1 01. Category --- 102 cat2 01. Category 01.Subcategory 01101 subcat1 if i group first by section, after by...
View ArticleException due to invalid Column Binding
Hi Folks I was adjusting a BIRT Report, I needed to change one Query Column and change it on the master page. Ever since I did this, I keep getting an error message, that the column binding doesn't...
View Articleadd Image element to a crosstab aggregation cell in Script
I want to add an image to the aggregation cell of the crosstab if its value is less than zero, I am not able to write script for this.
View ArticlePiechart - All slices same size
Hello I am curretly working on a pie chart. All the values are correct, but I have the problem, that in some cases, all the slices of the pie chart are equally big. Is there some parameter I'm missing?...
View ArticleServer side scripting vs client side scripting in BIRT
Hi, In BIRT is there difference in scripting like server side scripting and client side scripting? If so, kindly give some references or instances of using it.
View Articlehow to show table's value in horizontal fashion
In birt report design I am using a table to show data by using its detail row. normally data shown is in vertical fashion like column1 value1 value2 value3 . . . like this but I want to show data like...
View ArticleData Set - set Oracle sql array parameter
Hello, In my data set, I am trying to set an SQL query parameter of type SQL array. I have a custom type defined in the database(Oracle) and a function that receives and returns a parameter of that...
View ArticleBirt runAndRender set output image name
Hi, recently I integrated Birt in my web application. For report presentation it is used runAndRender method where i'm able to set output image path with `htmlOptions.setImageDirectory()` before...
View ArticleWant to remove birt frame from report
Hi, I have integrated birt with liferay for showing reports and charts. I have written code at liferay side for running charts and removed navigation bar and tool bar using eclipse code as shown in...
View ArticleImage and Chart not exported
Hello Everyone, I am facing a problem while exporting report header image and chart in xls format. I am using Birt 3.7 API and have downloaded and configured class path for this API...
View ArticleImage in MasterPage that changes with Parameter
Hi all, I am new in the forum, and new on Birt, so I hope that someone can help me. What I am trying to do is to put a Dynamic Image in the Master Page that changes by differents values that can take a...
View Articlehow to set the datetime parameter default value = 11:59:59 pm
my report has a report parameter with datetime datatype, I want to set its default time to 11:59:59 pm without specifiy the date, is this possible? Also, when I import the report to Tivoli Common...
View ArticleTable inside Table
hi all im new to birt and im trying to create table inside another table using java code only (not the designer) and the inner table should take parameter from outer table to retrieve data from the...
View ArticleLink US Map Gadget to other Gadget Reports
Greetings, We are using the US Map Flash Chart and wish to link it to other gadget reports. The idea is that when a user selects a specific state, the state value (such as TX) would get passed to...
View Articlecomparsion in paramter
thank you for reply ... my problem is when i select parameter in list box it have to compare a value in chart it have to produce a result... for example if i am having a one list box i.e select month:...
View ArticleIssue in report after migrating to Birt 4.2
Hi, I have a report which gives me Number of successful logins during a particular period of date entered. The report works fine with Birt 2.2.1. When I migrated to Birt 4.2.2 the report works fine if...
View ArticleIReportEngine with SpudSoft Excel emitter Margin Constant Error
Hello, Using birt runtime 4.2.2 in a Spring Web framework setup. Spudsoft Birt emitter excel 0.8.0.201306042016 Spudsoft jar and required jars in WEB-INF/lib folder. Relevant code is: RenderOption...
View ArticleJVM crashes when generating PDF file
Helo all... I'm getting an error when generating a PDG using BIRT Framework. The error happens in Java JVM. The log I'm getting: # # A fatal error has been detected by the Java Runtime Environment: # #...
View ArticleCalled PL/SQL function
Hi all, I would like to know if its possible to call a PL/SQL function or stored procedure from BIRT. Thank you very much. Best regards.
View ArticleData Sources Referencing Variables
I have two data sources, a jdbc:mysql based source & a xml based source. The xml data source uses a beforeOpen script to reset the url using: this.setExtensionProperty("FILELIST",...
View Articlevisibility property
Hi, Following is my report with parameters. Its working perfeclty when one of the parameters is null, then the corresponding column is hidden in the report by setting the visibility property....
View ArticleDesign and Runtime Birt
Hello, Is it possible to change the dataSource of a design report and then run and render a task to generate a PDF file ? Thanks you, Cordially
View ArticleIndividual Legends for different Series
Hi all, I'm looking for a solution of the following problem: I have designed a "Tube Chart" with two Series for the Y-Axis. Series1 contains all categories which have type "IN" and Series2 all...
View Article