TIBCOSoftware / jasperreports

JasperReports® - Free Java Reporting Library
https://community.jaspersoft.com/downloads/community-edition/
GNU Lesser General Public License v3.0
1.06k stars 403 forks source link

Field's Data Not Keeping Together Across Pages in Report When Column Count Is More Than 1 #476

Open jayeshsony opened 2 months ago

jayeshsony commented 2 months ago

I have a report with column count 2 in which I'm displaying Menu item category name in group and it's menu items in detail band and used keep together in menu item category. The keep together is working for side by side columns but not when new page starts. means if some menu items is in new page then entire menu item category should display in new page rather then displaying on different page.

teodord commented 2 months ago

Do you have some screenshots to show us?

Thank you, Teodor

jayeshsony commented 2 months ago

Screenshot from 2024-09-04 11-55-32 Screenshot from 2024-09-04 11-55-44

So In page 1, There's a function named 'LUNCH' so it's some items are on other page but I want to display entire function on new page if all item's are not in same page