Questions tagged as 'jasper'

0
answers

JasperReport - Problems While Walking list

I am generating a report through JasperReport, but I am having a particular problem with a list, which for certain data traces the values repeating the value of the last occurrence. SubDataSet the values that print me incorrectly in this case...
asked by 21.08.2018 / 19:03
0
answers

How to Center Text in Details of Jasper-Report?

I try to generate PDF from java with jasper-report, but in centralized and aligned to the right it does not respect me, is there any way that I respect a certain format for fields in detail?     
asked by 12.11.2018 / 17:11
0
answers

How to make the value of the fields appear in the column footer? Ireport and Jaspersoft

I try to show the values of the fields in the column foot with the intention of showing the information below detail, however it does not show information.     
asked by 05.11.2018 / 21:13
0
answers

ERROR: can not execute CREATE TABLE in a read-only transaction - Jasper Studio

I have the following execution problem with a Jasper Studio report. I created the report by implementing a function in postgresql. When I perform a preview of the report I have no problem seeing the results of the function. However, when I run t...
asked by 15.10.2018 / 20:33
0
answers

Oracle Forms - Jasper Reports

I have several important questions, I would like to know if there is any way to call Jasper reports located in the Jasper Server by means of a form Oracle, there is some kind of integration as such, I would like to know if there are examples of...
asked by 25.09.2018 / 22:37
0
answers

Jasper iReport, subreport in header does not repeat

I have a static text and a subreport in my page header, the static text is repeated on all the pages as it is supposed to happen, but the subreporte is only painted on the first page, How to repeat the subreporte of the header in all the pages?...
asked by 20.07.2018 / 17:11
0
answers

JasperSoft iReport, tabs

I have a list of data as follows: | Name | Last name | Hours | Month | The data I want to put in different tabs according to the month, I tried putting the condition in the break but it does not work and it would not be optimal to have to...
asked by 18.07.2018 / 22:34
1
answer

Use a variable within a query of a DBLINK

I would like to ask you the following, is it possible to use a variable to filter the information that comes from a query of a DBLINK ?. Something like this: SELECT * FROM ( SELECT * FROM dblink('dbname=db port=5432 host=dbhost user=dbuser pa...
asked by 15.01.2018 / 18:41
0
answers

Jasper Report with Rest in Web service

Dear I have the following problem, it does not allow me to generate the jasper with a method that I have in the class from a rest service that is receiving parameters by means of an xml or json that another possibility is to generate the report...
asked by 06.09.2017 / 19:45
1
answer

JasperReports Print repeated values when doing INNER JOIN Double

This is my inquiry code SELECT FACTURA."ID" AS FACTURA_ID, FACTURA."CLIENTEID" AS FACTURA_CLIENTEID, FACTURA."USUARIOID" AS FACTURA_USUARIOID, FACTURA."FECHA" AS FACTURA_FECHA, FACTURA."TOTAL" AS FACTURA_TOTAL,...
asked by 24.07.2017 / 21:59