Most voted "ireport" questions
iReport is a graphical application, which allows you to "draw" a report, using a palette, and dragging and dropping components.
Learn more…119 questions
Sort by count of
-
0
votes1
answer137
viewsireport - Error using Print When Expression
I have a problem generating the report, the function does not work print when expression, always the report shows that line with the value null I’m doing so in line…
-
0
votes1
answer203
viewsNetbeans Does Not Recognize File . Java
I am having trouble calling report JSF application. Do not search for data in Netbeans 8.1 does not recognize Jaspersoft generated file. I cannot find plugin for this version. Request reports…
-
0
votes1
answer144
viewsjava.lang.Noclassdeffounderror: org/codehaus/groovy/Runtime/Bytecodeinterface8
I have a report and need to use sub Ports, but whenever I try to use, find this exception: java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/BytecodeInterface8 Caused by:…
-
0
votes1
answer733
viewsHow to use iReport with Oracle?
I’m having trouble adding the oracle driver in the iReport Designer, I tried to follow some tutorials, but I was not successful. So my question is, how do I add and perform the necessary settings…
-
0
votes1
answer220
viewsError generating report with parameter id
I am making a small system to print a budget by passing the id as parameter. The following situation occurs; By netbeans step id when prompted and normal report appears. But when I do generate the…
-
0
votes1
answer1505
viewsInsert image in Ireport
I’m trying to insert an image into Ireport 3.7.5. When I drag the Image field to the page and place the static url with the image address, it works, but when I put it on Image Expression that way :…
-
0
votes1
answer21
viewsProblem with ireport Parameters 4.0.1
Good night, I’m doing a report on Ireport 4.0.1 and I’m having difficulty with some parameters. I have a billing report that requires the code here for some filters. The same are, the initial and…
-
0
votes0
answers14
viewsHow to create a temporary table within a function in oracle?
I’m creating a time sheet in the system. The idea is that the user fill in a filter with the reference date and then Function prints every day of the month with the abbreviation of the day of the…
-
0
votes1
answer43
viewsAdd the result of a variable to another variable
I have the following problem: I developed a report in iReport 5.5.1 where I added the data of a column into a variable because I need to show this total, and then I need to take these totals and sum…
-
-1
votes1
answer1602
viewsHow to make a form with 2 pages or more in Ireport
I need to make a form to be filled with system data on Ireport. So far so good, with a page I can, but with 2 pages? That is, a form that is 2 sheets. I saw some people suggesting to do 2 details…
ireportasked 10 years, 7 months ago Macario1983 1,335 -
-1
votes1
answer75
viewsDynamicreports chart: comparing sales by years
In the graphic shown in the image I show the sales values of some products. What I wanted now was to create a chart that showed the same information but comparing the sales of these products in…
-
-1
votes1
answer742
viewsHow to implement Jasperreports and iReport( or Jaspersoft) in a reporting system?
I have a system with a good part of the ready functionalities registered and all do routes finalized. I will now create a report that the user will make the request of what he wants to generate and…
java spring-mvc jasper-reports ireport jaspersoft-studioasked 7 years, 6 months ago Guilherme Oliveira 332 -
-1
votes2
answers1145
viewsJasperreports, Document Does Not Contain Pages?
Hello, I’m new to Jasperreports and I’m facing a problem to be able to generate my first report (a DANFE), everything I’ve seen about Jasper so far involved database, as my application does not use…
-
-1
votes1
answer28
viewsCompare null field
Good afternoon guys, all right? I am putting together a financial report where I wish to create a field that returns me whether that amount has been paid or not. The query checks the date of the…
-
-1
votes1
answer549
viewsGenerate report only with data passed via Ireports parameter
Normally we generate report by Ireports based on database query, only now I come across the following question, I will assemble a report based on the data shown in the customer’s look, in case it is…
-
-1
votes1
answer386
viewsError generating pdf report from a jsp page
I have a problem generating pdf report using jsp and jasperreport. Initially, on my desktop where my server was glashfish, the code ran well, but when publishing the page on a Tomcat server, it gave…
-
-1
votes1
answer156
viewsHow to get a return from a subreport in Jasper
Hello, I have a variable inside a subreport and I want to pass it to the mainreport, but for some reason the variable is arriving with null in the main report. I created an exmeplo variable To in…
-
-2
votes1
answer22
viewsQRCODE Having Ireport Problems
My Qrcode is printing as follows on iReport, this way is in trouble: Correct would be in this format: I have already realized all the necessary configurations for the operation of it. 1 - I added…
-
-3
votes1
answer74
viewsReport in IREPORT - STATUS
Good morning , I need to change a report in IREPORT that works today as well: Currently the field works like this: (Boolean) $F{documentoVigente} ? "VIGENTE" : "VENCIDO" I have a text called…