I have been looking through the report options (Grid) and I do not see how to limit the number of records displayed.
For example I want to see the top 10 users and ignore the remaining on the report. Is this possible?
similar to:
SELECT * FROM `account` LIMIT 10
For example I want to see the top 10 users and ignore the remaining on the report. Is this possible?
similar to:
SELECT * FROM `account` LIMIT 10
Comment