Drupal View display - setting a limit for the query results
        Posted  
        
            by EricP
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by EricP
        
        
        
        Published on 2010-04-02T13:49:21Z
        Indexed on 
            2010/04/02
            13:53 UTC
        
        
        Read the original article
        Hit count: 502
        
I have a View set to grab the latest forum posts. That's working fine, but I'd like to limit it to get the last 5 records only. I know I can display only 5 with PHP but I don't want a larger query than I need. I can't find any option for this in the View.
thanks
© Stack Overflow or respective owner