Page 1 of 1

Summary report - records per page

Posted: Mon May 27, 2024 11:50 am
by lissa

Hi,
I created a summary report and I checked debug mode in tools - advanced settings.
debug results:
sql: SELECT COUNT(*) FROM (SELECT * FROM customers) COUNT_TABLE, executionMS: 0.00099992752075195

sql: SELECT * FROM customers LIMIT 3, executionMS: 0.00021195411682129

How can I display the report so that there is no limit of 3? because my report only displays 3 records.
Thank You


Re: created a summary report and I checked debug mode

Posted: Mon May 27, 2024 1:15 pm
by arbei

You may simply set the Groups per page setting, see Page Options.


Re: Summary report - records per page

Posted: Mon May 27, 2024 1:23 pm
by lissa

Solved,
Thanks