Most voted "jasper" questions
None
Learn more…70 questions
Sort by count of
-
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
answer110
viewsError Jaspersoft Ubuntu
I have a problem running Jaspersoft 6.4.3 on Ubuntu. The application starta normally. But when I create a new report, whether it’s an associated basis or not, nothing appears in the report (none of…
-
0
votes1
answer129
viewsReport on Jasperstudio with subReports
I need to create a report with two Querys distinct in the JasperStudio, for this I researched and saw that the best way to do this would be via sub reports but even doing exactly the same as some…
-
0
votes1
answer513
viewsAccess the current file path in . jrxml (Jasper Report)
Good afternoon, I am creating a report in Jasper that contains a sub-report (with Jaspersoft Studio). For this to be loaded, I have to indicate the directory of the sub-report, which is in the same…
-
0
votes1
answer140
viewsHow to print only one sale with your products using jasperReport?
I am trying to print only the sale you want with reports Jaspersoft, only that is printing all sales and all products that then added on other sales. Image of the report java imprint. String…
-
0
votes0
answers73
viewsCompile report
I’m creating a report that does a database query from a parameter that’s sent to Jasper. In the source code I checked to see if the compiled file . Jasper is valid (date of creation, parameters,…
-
0
votes1
answer162
viewsError passing Jasperreports subreport path
Good afternoon guys, I’m having a problem I’m not getting past the subreport path to the main report. I’ll go with the code I’ve made so far, please help me, I don’t know what I’m doing wrong.…
-
0
votes2
answers276
viewsReports with Jasper Ports
Good evening guys! To create reports with Jasper I need to have classes with templates? Since I already have a populated bank and I only want the reports, creating filters and tals...
-
0
votes0
answers209
viewsJasper - conflict of versions
Good morning! Guys, I’m having trouble trying to change an application report. This pdf report was created in version 6.2.0 and even using version 6.2.0.final I cannot generate the file . Jasper by…
-
0
votes1
answer25
viewsHow to initialize the sale id in print class?
I would like to receive the id of venda in the print class of the page, being that it comes null, and I am using it to compare with the idvenda with the parameter created in Jasper. html print.…
-
0
votes0
answers304
viewsJasper report only works in the local application, does not work on the Web Server
My print report is only working in the local application, using Hibernate connection, when I try to run on the server does not work due to lack of connection to the database, how can I use a…
-
0
votes0
answers105
viewsGroup the textFieds on the right in Jaspersoft Studio
I want to group my textFields all rights so that they can form the days of a calendar of classes, but not all these days have classes and I want to omit the days that did not take the classes,…
-
0
votes0
answers380
viewsHide fields in iReport
Good afternoon, everyone, I’m generating a report on iReport and have a question. On a piece of the report I have a delivery address block. I would like to display this block ONLY when the address…
-
0
votes1
answer40
viewsWhen trying to generate report I come across this error! I am using Jasper
I am using a Composite to print out reports Note: I can send the report with my City usually the problem is with the material. Menu Impressão Composite <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
-
0
votes0
answers276
viewsJaspersoft - List consuming space when empty
I have a report that has a group header and within it there are two lists. I made a treatment via expression to print each of the lists only when there is content for each of them, but when one of…
-
0
votes2
answers1327
viewsStreamcorruptedexception: invalid stream header
I have a JSF project, I use Netbeans. This function generates a Jasper report and was working normal, but after compiling the project started to release the exception…
-
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
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
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…