LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Pierre udm on January 08, 2018, 08:18:03 PM

Title: problems with the function "reprintOnEachPage".
Post by: Pierre udm on January 08, 2018, 08:18:03 PM
Hello, Happy New Year 2018
I have problems with the function "reprintOnEachPage".
I have two groupheader (1 and 2). I want to reprint these header groups on each page.
Unfortunately when groupheader 1 has changed and groupheader 2 remains the same, groupheader 2 is displayed twice. I do not know how to solve this problem.
Title: Re: problems with the function "reprintOnEachPage".
Post by: Arin Alex on January 09, 2018, 02:08:51 PM
Hi, Happy New Year :)
Yes, I see, I will fix it.   
Title: Re: problems with the function "reprintOnEachPage".
Post by: Arin Alex on January 11, 2018, 02:36:19 AM
I have push some changes on github and i hope it will fix the problem.
Title: Re: problems with the function "reprintOnEachPage".
Post by: Pierre udm on January 14, 2018, 01:42:59 PM
Hello everyone,
I tried the new version of the limereport repository unfortunately, I have the same problem. It is for this reason that I enclose the file as well as the database and I datasets that I used.
Title: Re: problems with the function "reprintOnEachPage".
Post by: Arin Alex on January 14, 2018, 04:50:22 PM
Could you send me sql export with resultatglobale ddl information?
Title: Re: problems with the function "reprintOnEachPage".
Post by: Pierre udm on January 14, 2018, 07:42:35 PM
Sorry, I thought I sent the structure of the database
Title: Re: problems with the function "reprintOnEachPage".
Post by: Arin Alex on January 18, 2018, 10:28:11 PM
Hi!
I've added some new changes to limereport, you can get it from github.
Check it please
P.S. For the correct grouping operations, it is necessary that the data is previously sorted. You have to add order by CODE_MALADE, sous_groupe, GROUPE to your sql query.
Title: [solved]Re: problems with the function "reprintOnEachPage".
Post by: Pierre udm on January 20, 2018, 11:49:45 AM
Thank you very much, problem solved