Tagged Questions
iReport is a graphical user interface that allows developers to create pixel-perfect reports. iReport is sometimes erroneously confused with JasperReports, as they are closely-related technologies. To clarify, JasperReports is an application programming interface; whereas, iReport uses JasperReports to generate reports.
11
votes
4answers
416 views
google.zxing barcode generator in iReport
I want put a barcode in my page and can preview it. The barcode generator is google.zxing and my reporting tool is iReport.
But i dont know, how to configure Image Expression and Expression Class of ...
6
votes
3answers
13k views
How can I increment a variable with value of another variable in JasperReports?
I need to make a grand total of the items I'm counting in a subReport. To do that, I think I need to add the value of that variable to another variable for each iteration, or "increment" it by that ...
5
votes
4answers
737 views
Remove redundant SQL code
Code
The following code calculates the slope and intercept for a linear regression against a slathering of data. It then applies the equation y = mx + b against the same result set to calculate the ...
5
votes
2answers
12k views
How to use table component added to JasperReports 3.7.2 with grails jasper plugins?
I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component useful to generate tables.
I have define Table dataset 1, and some fields ...
4
votes
1answer
58 views
ColdFusion Reporting Options
We currently use Report Builder with ColdFusion. This Report Builder hasn't seen any Adobe development in around 5 years and doesn't look like it will see any soon.
I need a scalable reporting ...
4
votes
1answer
132 views
How to use the same datasource twice in JasperReports/iReport
I'm trying to work out how best to do reports with a chart then a table representing the same dataset. I need to overcome the positioning of the summary is at the bottom, so intend to use subreports ...
4
votes
1answer
852 views
Returning a value from Sub Report to Main Report in IiReport
Hi every one I am using iReports for generating one of the reports and stuck at one place.
The situation is like this:
I am using one sub report in my main report and i want to return a variable ...
4
votes
2answers
3k views
How do I compile jrxml to get jasper?
I am new to Jasper report framework. I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper file?
Please explain in detail
Thanks :)
4
votes
1answer
1k views
evenly spreading data in to multiple columns
I have a List of objects (50 items for example). If i display it in jasper reports its taking 2 pages. What i am trying to do is, i want to make the page as two column and to display the List evenly ...
4
votes
2answers
8k views
iReport: Passing parameters from a main report query to a dataset query for a table or list
I understand how to pass parameters from a main report to a subreport, since there's a specific field for this in the subreport object. However, I'd like to do the same thing with a table or list ...
4
votes
2answers
980 views
Null 'key' argument error
I'm using IReport 3.5.0 and my java GWT application uses the compiled .jasper file, to create a report. I'm creating the datasource in the java application and use fillReport() method to fill the ...
4
votes
3answers
1k views
Best fit curve for trend line
Problem Constraints
Size of the data set, but not the data itself, is known.
Data set grows by one data point at a time.
Trend line is graphed one data point at a time (using a spline/Bezier curve).
...
4
votes
2answers
948 views
Trend analysis using iterative value increments
We have configured iReport to generate the following graph:
The real data points are in blue, the trend line is green. The problems include:
Too many data points for the trend line
Trend line ...
3
votes
0answers
83 views
return a variable from one subReport to another subReport in Jaspersoft Ireport
I have a main Report in jaspersoft. Inside the main Report I have used two SubReports. Inside one of the subreport i have a variable Total Cash. I have to use this variable Total Cash in my next ...
3
votes
1answer
98 views
Customizing jFree Chart
I have a special requirement to display a TimeSeries chart using jFree Chart.
I need some thing like the image below, where there is a line apart from the chart which shows
average temp.
Can anyone ...
3
votes
2answers
522 views
iReport preview/exporter output not handling UTF-8 translations?
I'm trying to make my reports work with a translations bundle. No matter what I try, I can't seem to render UTF-8 for any language - I just get two broken characters for every UTF-8 character.
My ...
3
votes
1answer
105 views
iReport - parameterize schema name?
I have the following query :
SELECT
blah
FROM
"PUBLIC"."MYACTIVITY" MYACTIVITY
The problem is, the schema name is different for different environments. I tried making "PUBLIC" a parameter ...
3
votes
1answer
271 views
Setting the classpath for jasper reports to find localization files?
I have a grails application, and I'm trying to store all my .jrxml reports in src/reports. Since I can point at files with the jasper compiler, this works fine. However, now my reports need to be ...
3
votes
1answer
640 views
Html Editor for Jasper reports
I trying to do what iReports does thru HTML.
that is,
1) User can create template in html page (drag and drop, create tables, lines, captions)
2) Convert that html to jrxml
3) Compile jrxml.
The ...
3
votes
3answers
2k views
Jasper Reports iReport connection to MS Access DB
Has anyone successfully connected to their MS Access db using Jasper Reports iReport?
I am running windows XP and have downloaded the North Wind .mdb example file.
Can someone provide the ...
3
votes
3answers
7k views
multiple detail band in jasper report
I want to show multiple detail section in my jasper report.How to add multiple detail bands in jasper.For details band I am passing collection from my java class.So if I have multiple detail band how ...
3
votes
2answers
3k views
How do I print a list of strings contained within another list in iReport?
I am creating a simple reporting program using java and iReport (from jasper), which is supposed to create a report in pdf showing PCs with their IP address, their location, whether it's idle or not ...
3
votes
1answer
915 views
Calculate SHA1 or MD5 hash in iReport
How would one calculate an SHA1 or MD5 hash within iReport at report execution? I need to compare a pre-calculated hash against a database driven field (string).
Using iReport 2.0.5 (Old) and Report ...
3
votes
3answers
4k views
JasperReports JRBeanCollectionDataSource still confused
So I do now have my working and filling reports. The users of my program can now pass objects from the program to a report object and fill it using the JRBeanCollectionDataSource and that does work. ...
3
votes
2answers
3k views
How to create sub-reports using XML DataSources in JasperReports?
I'm using iReport and I need to create a sub-report usign a XML DataSource.
I will have only one XML for the hole report. Something like:
<question>
<text>What do you think about ...
2
votes
0answers
76 views
Jasper Reports - Custom Barcode Generation
Libraries/Tools used:
1) Jasper Reports
2) iReport
3) Java
I've already generated some standard barcodes for my reports, but this time, I'm trying to generate a custom barcode, for which I've a font ...
2
votes
1answer
186 views
How to collate multiple jrxml jasper reports into a one single pdf output file
I have to prepare reports using five different sql queries. Each query will give out one report table.
So I wrote 5 jrxml files each corresponding to one of the above query with their own headings, ...
2
votes
0answers
229 views
Displaying image in Ireports using PostgreSql
I am trying to load image from PostgreSQL database into jaspersoft ireports(4.0) but I am receiving an error.
In PostgreSQL image is stored as bytea object. In ireports I have changed the property of ...
2
votes
2answers
77 views
Tweaking JFreeChart in iReports
I am using iReports with my web application where i render charts using the data available and export the document as pdf.
Now there is a point where i need to include some other details which are ...
2
votes
1answer
102 views
JasperReports - Conditional style per locale?
Is there a way to use a different styles, or redefine a style, based on a report parameter locale? I need to modify font sizes for certain languages.
2
votes
1answer
150 views
Inetgrating iReport(with large no of sub reports) with Spring MVC
My current application includes a functionality of displaying a report designed in iReports 4.1.1 from Spring MVC at front and using PostgreSQL at back.
Now i am more of concerned about its ...
2
votes
2answers
841 views
iReport subreport return value
I am using iReport 4.0.2 and I want to show a result in my main report. For example, in my main report we have two columns and I want to get the sum of that two columns, just like this format:
A ...
2
votes
1answer
399 views
Linking subreports in iReport so they also work in Jasper server
Using iReport v4.0.1 with Jasperserver v4.1.0 I'm trying to find a syntax for linking subreports to the main report that lets me test it in iReport then deploy to the server through the repository ...
2
votes
1answer
312 views
Getting JasperSoft's iReport to play nice with subreports and page breaks
I have a report with two subreports. The first subreport is very short, the second one is quite long. I would like the exported spreadsheet to have a single sheet/tab for each of these two subreports.
...
2
votes
1answer
291 views
Disable logging in log4j for jasper report
I have created a java application in which a report is to be generated. The report is made in iReports 3.7.5. The problem is that my application uses log4j to log errors, and even the report is using ...
2
votes
2answers
303 views
Connection/Datasource Name expression for iReport
I have been looking for an answer for this extensively and I am sure the answer is simple enough.
I want to use the Connection/Datasource Name as the title for a chart that I run against multiple ...
2
votes
0answers
717 views
Problem with java print and jasper report !
I am using jasper print to print reports. I have designed a report in A5 size but when i print using java print api the size is diminished when i set the print media to A5 and out of scale when I set ...
2
votes
1answer
116 views
Iterate over the same data in different detail bands
I have SQL data as materials and material categories. I have to first show all materials with amounts, then in a lower area I have to show categories with sums of amount. Being a newbie, I assume I ...
2
votes
1answer
130 views
How to use an existing PDF letterhead in JasperReports
I have PDF letterhead with a header and a footer. I have to print my reports on this "electronic letterhead". How can I do this? Do I need to use any third party libraries? Is there a more appropriate ...
2
votes
1answer
358 views
Conditional color change in a chart
Is it possible to create a bar chart with red colour when the values are negative and green colour when the values are positive? Is Conditional formatting within a chart in iReport possible?
If so, ...
2
votes
1answer
1k views
Multiple SQL queries in a report
The requirement is to generate a single report connecting to a single DB:
Query1 is a group by query and has a bar chart and pie chart based on it.
Query2 is a simple query on which a table gets ...
2
votes
1answer
914 views
Jasper reports with PDF and Unicode (greek) characters
I have a very strange problem: I am trying to export a Jasper report containing Unicode characters (greek) as a PDF. My problem is that a specific greek character (the character delta) is printed in a ...
2
votes
1answer
643 views
Dynamic Columns
I have been using iReport for a few weeks now and gotten to the point where I need to create a report with dynamic columns. So I need the number of columns to change based on the data being passed to ...
2
votes
1answer
148 views
Groups to show many-to-one relationships
I need to create a JasperReport in iReport that lists employees info including degree and certification information.
My query returns all the data I need (i think) but I can't figure out how to do the ...
2
votes
1answer
190 views
Trouble with Jasper and getCallerClassLoader()
I'm trying to get a runtime reference to a compiled subreport that lies in the same directory as my main report. After hours of googling, I've tried to get the file reference as a URL using the ...
2
votes
2answers
2k views
JasperReport scales images when exporting to PDF, thus losing quality
I have a report designed with iReport 1.3.0. This report includes several images, which are loaded dynamically. Then I use JasperRunManager.runReportToPdfFile to create the PDF. Everything in the PDF ...
2
votes
2answers
1k views
Jasper table component
I am trying to generate a report containing a table. These are the important parts from the jrxml:
<jasperReport
<subDataset name="Table Dataset 1">
<field name="field1" ...
2
votes
4answers
533 views
Converting .xls to .pdf using Java(or not)
Is there a way to convert a xls file into a pdf?
I want to make a dynamical report directly to pdf file, but didn't find a way to make dynamic columns on iReport, so I've made a method on Java that ...
2
votes
1answer
376 views
Populating Subreports values using Java Object
I have a List of Object. Below is the example of values in the List of Objects.
A X
A Y
A Z
B P
B Q
B R
Meaning the values X,Y,Z are under group A and P,Q,R are under the group B.
Thru iReports i ...
2
votes
0answers
871 views
Jasper Reports datasource for JSON data
Anyone know of an open source Jasper Reports DataSource implementation that can handle JSON data? I'd like to utilize JSON data from a RESTful API in some custom reports. Before I build it myself, I ...