Questions tagged as 'jasper'

0
answers

Jasper's parameter is not passing the value to the query

The data set is configured and the parameters are also within the application, but it is not working and neither is inside the jasper emulator. The field asks for the value, after putting it it executes and brings the page blank, but that if I...
asked by 27.06.2016 / 16:07
1
answer

How to make condition in iReport perhaps not one of the values

I have an expression of type $F{nome_pai} + " e de " + $F{nome_mae} in a statement only sometimes does not have the parent's name in the database and gets the text casado, filho de e de ... How do not show e de if one of...
asked by 16.02.2016 / 23:28
0
answers

Error generating report with more than one relationship - Demoiselle Report

Hello everyone, I am trying to generate a report with demoiselle report, and I am not able to generate a report when I have more than one relationship, when I generate the report from a single table it works perfectly, it just does not work when...
asked by 10.06.2015 / 17:39
0
answers

Problems with Chart's in JasperReports

I have to make a report that has two pie charts, what happens is that my first chart appears with no problems, the second does not, and I have already checked if the lists, which are sent via parameter, and are populated. parametros.put("LIST_...
asked by 21.07.2015 / 19:54
0
answers

Help to generate this report in ireport

I have the following report in FPDF, I need a help to generate the same in ireport format <?php session_start(); // Classe suporte para geração de relatório - Relação de Escolas class PDF extends ImaPdf { // var...
asked by 03.03.2015 / 18:45
0
answers

Loop While inside Ireport [closed]

I wonder if there's any way to insert loop into ireport? I have a report in FPDF and inside it there are two while loops and I would like to redo this report using ireport.     
asked by 27.02.2015 / 17:36
0
answers

Pass as parameter to Jasper an Object

I'm trying to create a report, now it's already generating, but only when I step into JasperPrint's JREmptyDataSource (). JasperPrint impressoraJasper = JasperFillManager.fillReport("D:/Edital.jasper", parametros, new JREmptyDataSource());...
asked by 31.01.2015 / 23:47
1
answer

Adding a masking mask to the chart label in JasperReport

I have chart of rows and on the X axis it displays a series of dates. What I want to do is display date in the following pattern: dd/MM/yyyy because it is displayed in the format: yyyy-MM-dd . Submissions?     
asked by 15.07.2015 / 20:56
1
answer

Error generating report with parameter id

I'm making a small system print a budget by passing the id. The following situation occurs; By netBeans I pass the id when prompted and the normal report appears. ButwhenIdogeneratethereportthroughmyprogramitlookslikethis: Mymethodthatgener...
asked by 15.08.2017 / 02:57
1
answer

How to print only one sale with your products using jasperReport?

I'm trying to print only the sales you want with jasperSoft reports, only you're printing all the sales and all the products you then added into other sales. jasperSoft report image impress.javaStringrelatorioStream=servlet.getRealPath(thi...
asked by 21.02.2018 / 04:14