LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Mohammad on October 21, 2024, 08:58:08 pm

Title: How to limit number of rows
Post by: Mohammad on October 21, 2024, 08:58:08 pm
Hi everyone
I want to limit number of rows in each page
actually, I have a DataBand and I added a datasource with 50 rows to it.
How can I change setting to show only 5 rows in each page from my datasource?
Title: Re: How to limit number of rows
Post by: solomon78 on November 26, 2024, 10:08:20 pm
you need to select *from TableA where ${TableB.id} = TableA.id and ${TableB.mClass} = TableA.KClass; such condition will help you to filter and meet you desire