News: LimeReport new version 1.5 has been released
Вышла новая версия LimeReport 1.5

Author Topic: How to limit number of rows  (Read 3513 times)

Mohammad

  • Newbie
  • *
  • Posts: 1
    • View Profile
How to limit number of rows
« 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?

solomon78

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: How to limit number of rows
« Reply #1 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