You can save the subreport using Save Subreport option. Then insert a new Subreport, but choose the option Choose a report, and then press Browse to select the subreport file.
Why don't try with an accumulated var? How this...
- In Group Header create an invisible formula (@Initialize), write:
whileprintingrecords;
numbervar numrecords := 0;
Whit this you initialize the var numrecords every time change the Appointment-ID.
- In Detail, create a second invisible...
I have do, but when i do the page break the info go to the next column, no to the next page... :(
But, I have resolve the problem... I talk with the client saiying that is the best i can do. :)
Thank you too much.
Hi. Not, i'm not from Panama. I'm from Madrid, Spain.
I have a group by Canal, and in the Detail line a subreport where i obtain the Equips for one Area. Can i do that solution in the subreport? If i do a page break in the subreport when runningtotal <= 4, works good?
Report Structure:
Group...
Hi. I need with a very hard report. This is the problem:
I need do a report how this:
Header: Canal: Canal 1
Detail:
Area 1 Area 2 Area 3
Equipo 1.1 Equipo 2.1 Equipo 3.1
Vendedor 1.1.1 Vendedor 2.1.1...
Hi. Yes, but you need do this from VB. The report have a method GroupSelection, where you can determine the records you want select.
Report.GroupSelection = 'field1 IN (1,3,4)'
Report.GroupSelection = 'field1 BETWEEN 21 and 50 and field2 > 34'
I think almost exist the method...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.