Report Display Results Limit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 329

    Report Display Results Limit

    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
  • yuri
    Member
    • Mar 2014
    • 8551

    #2
    No,

    But using Having in filters you can limit results with a specific criteria.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...