Base Report Detail Keep Together seems not to work?

The subject pretty much says it all. I define a report and specify Keep Together Yes for the Detail but the report detail splits across pages. What do I need to do?

Thanks,

Version: 25.2.7.2 (X86_64) / LibreOffice Community
Build ID: 5cbfd1ab6520636bb5f7b99185aa69bd7456825d
CPU threads: 14; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

Charles

It’s this old bug: 45338 – EDITING ReportBuilder: 'Details - General Keep Together' without visible effect

Thanks. Can you suggest a workaround? I would just as soon not get into Groups if I could help it – this product is complex (and, unfortunately, buggy) enough without taking on a new subject.

Approximately – I am still coding – report detail will be about 2.5" and there will be no more than 18 detail sections, so I guess if I count carefully I can make sure that an exact integral number of detail sections fit on one page.

Any otter ideas?

I would use Detail section only for content, which will be shown in one row. This can’t be splitted.
For content, which shouldn’t be splitted, I’m using groups. Group header and footer will work with “keep together”.

Thanks. I have a simple solution. My detail is exactly 2.4 inches high. I set the page margins to make the usable area exactly 9.6 inches. Voila! Each detail section is complete on a single page.

Negatives:

  • It requires some arithmetic if you make a significant change.
  • My reports are around 5 pages. For a very long report, the fact that the printer driver uses inches but LO uses millimeters internally might create a rounding error that eventually put the detail a little off the page boundary. I don’t know. The nature of my report is such that it will never grow beyond 4 or 5 pages.

Hokey, but it is simple and it works.

Thanks all,
Charles