On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Hide icons in birt viewer
Hi all, I was wondering if some of you have done this before. I am trying to hide two icons from birt viewer (TOC, and Print report on the server icons). Those icons are on the top of the page in birt viewer (TOC, Run Report, Export data, Export report, Print report, Print report on the server icons). I was looking at…
Order of column in export data dialog
Hi all,<br /> <br /> I have a report that displays (in this order):<br /> - Company Name<br /> - Full Name<br /> - First Name<br /> - Last Name<br /> - Address<br /> - City<br /> - Zip Code<br /> <br /> The export data is in the right order when I view it in Eclipse. But when I copy the *.rptdesign file and run it<br />…
Problem ession timeout or no document available
Hi all,<br /> <br /> I have a question regarding the image. Like 2 weeks ago, I have created a report with an image on the top of the report, and everything worked fine. I developed this report on the server (FreeBSD) not on my local machine (Windows XP).<br /> <br /> Just now, I tried to open the same report, but the…
xml as a record not data source
Hi all, I was wondering if I can parse or do something to my data if the data is an xml. Let say I have a table student with student_id, student_property fields. The student_id id is a regular record, let say, 123, and student_property is an xml record, let say <?xml version="1.0" encoding="UTF-8"?> <name>…
Total.sum for negative and positive value
Hi all,<br /> I am having an issue with Total.sum() function. I created a report similar to <a class='bbc_url' href='http://www.eclipse.org/birt/phoenix/examples/solution/crosstab.html'>http://www.eclipse.org/birt/phoenix/examples/solution/crosstab.html</a>.<br /> <br /> The different is, my data has positive and negative…
How about changing report title?
Hi all,I have kind of similar question with Fred ("Change the header of a table..."), but I want to change report title.I know I can that title by extract viewservlets.jar, and go to orgeclipsebirtreportresourceMessage.properties.Is there anyway we can change it other than accessing the above file?Thanks!-Laurent
Questions regarding queryText (Stored Procedure)
Hi all,I have a question about queryText.Here is the problem that I have.I have <oda-data-set-extensionID="org.eclipse.birt.report.data.oda.jdbc.SPSelectDataSet" name="StudentId" id="11">, and inside this element I have:<property name="queryText">{call tm.display_student()}</property>.In this case, I am accessing the data…