Summary report - records per page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lissa
User
Posts: 34

Summary report - records per page

Post 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


arbei
User
Posts: 9506

Post by arbei »

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


lissa
User
Posts: 34

Post by lissa »

Solved,
Thanks


Post Reply