iReport Designer is an editor developed for use with JasperReports and JasperReports Server.
0
votes
0answers
4 views
JasperReport: Chart in every row
i want to add a x-y-Chart to every row. The datasource of the report is a bean collection. So the data of each row is represented by a bean. The data of the chart of a row should be extracted from two ...
0
votes
0answers
14 views
Ireport Menu Behaviour 5.0.1
I've been using IReport 4.7 quite happily and decided to update to 5.0.1.
Now when I click a menu option it presents the submenu but that submenu disappears when I release the click button.
If this ...
0
votes
1answer
15 views
How to pass JRBeanCollectionDataSource to List component in iReport Designer?
I have a bar chart in title band of my report which is filled by a list of objects from my Java application. (category expression = $F{ip} and value expression = $F{occurrence})
I want to put a list ...
0
votes
2answers
61 views
IReport, Jasperserver: different result for the same report
My report based in this request:
select "Annee" ,"Diam", sum("Consommation") from "Consom_N","CptDim"
where "Annee" >= $P{a1} and "Annee" <= $P{a2}
and "Consom_N"."NumCpt"="CptDim"."NumCpt"and ...
0
votes
1answer
36 views
Conditional Executing subreports in iReport
Am using more than 100 subreports and some Detail band in my main report
And given conditional Visibility of the sub reports / Detail Band based on the Parameter selection in main Report
...
0
votes
2answers
37 views
Create pie chart with variables from report
I want to create a pie chart with calculated variables from report jrxml file. I created bar char successfully with
series expression: "1.Budget Sales
Category expression: new Integer(1)
Value ...
-1
votes
1answer
31 views
Two questions about the candlestick chart in Ireport designer 5.1 as shown in the image below [duplicate]
I am trying to create a floating bar/column chart (shown in the linked question below - sorry, cannot post images yet) in Jaspersoft Ireport Designer 5.1 but don't have JFreeChart skills: Floating ...
0
votes
1answer
27 views
The Summary band follows the Detail band closely
I got a situation here. I have been trying to solve this problem for couple of weeks. I’m a novice at using iReport.
These days I was designing a report for a company department.
My report has ...
0
votes
1answer
24 views
How to create Multi Axis graph using Chart Pro in iReport
I am able to create multi axis graph with the normal graph tool in iReport version 4.0.1 but I cannot create multi axis graph using fusion charts (i.e. "Charts Pro" tool). I have a deadline to meet on ...
1
vote
1answer
53 views
How to show decimal percentage in pie charts using iReport Designer?
I have a pie chart in my report. I've set the Legend label format to {0} and the label format to {2}. I need the percentage to be decimal, but I don't know what I have to do?
It would be great if ...
0
votes
1answer
38 views
create bar chart with expression as values
I usually create chart with Passing map object from Java code and in iReport using sub data set I create the chart.
Now I need to create a bar chart from calculated values of other fields of same ...
0
votes
1answer
37 views
(iReport) How to locate the x axis at the bottom of the bar chart?
I have created a horizontal bar chart in iReport Designer 5.1.0.
Does anyone know how I can locate the x axis at the bottom of the bar chart by setting its properties?
0
votes
1answer
28 views
How to set series expression when you do not have any series when creating bar chart in iReport?
I have created a bar chart in iReport Designer 5.1.0. I want to show some ips at x axis and the occurrence of each of these ips at y axis. The bar chart must have a single color but when I run it bars ...
-1
votes
0answers
25 views
Fill report with informations using code [closed]
I'm new to Netbeans IDE, and I'm developing an application that needs a report.
I googled about it and I found iReport (Jasper Report), I downloaded it and I installed it.
To generate my report I"m ...
0
votes
1answer
26 views
Want to filter elements of last page footer according to formats in jasper report
I want my report to export in HTML, EXCEL, WORD and PDF formats.
In Last page footer band I placed two fields page no. and printed date. In WORD and PDF formats, I want to print both elements but in ...