Hi,
I have a report that looks like this.
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Detail d Text object 2
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Detail i SubReport 6
Report Footer
I want that if the Detail d or Detail g are the last section of a page they start on a new page.
Currently, when we print the report sometime we have this result.
Page 1:
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Detail d Text object 2
Page 2:
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Page 3:
Detail i SubReport 6
Report Footer
I want this if the subreport 3 doesn't fit on page 1
Page 1:
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Page 2:
Detail d Text object 2
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Page 3:
Detail i SubReport 6
I tried different things with "keep together" settings but nothing works.
Thanks
I have a report that looks like this.
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Detail d Text object 2
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Detail i SubReport 6
Report Footer
I want that if the Detail d or Detail g are the last section of a page they start on a new page.
Currently, when we print the report sometime we have this result.
Page 1:
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Detail d Text object 2
Page 2:
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Page 3:
Detail i SubReport 6
Report Footer
I want this if the subreport 3 doesn't fit on page 1
Page 1:
Report Header
Detail a Text object 1
Detail b SubReport 1
Detail c SubReport 2
Page 2:
Detail d Text object 2
Detail e SubReport 3
Detail f SubReport 4
Detail g Text object 3
Detail h SubReport 5
Page 3:
Detail i SubReport 6
I tried different things with "keep together" settings but nothing works.
Thanks