Details
- 
    
New Feature
 - 
    Status: Closed (View Workflow)
 - 
    
Major
 - 
    Resolution: Fixed
 - 
    None
 
- 
        2016-20, 2016-21
 
Description
The purpose of the filter is to put a hard limit on the maximum number of rows that will be returned to a client.
Example: With following mask filter, only query result set with 150 or fewer rows will be returned to the client. If the result set is more than 150 rows, 0 rows will be returned to the client.
					[Mask Filter]
			 | 
		
					type=filter
			 | 
		
					module=maskfilter
			 | 
		
					maxrows=150
			 |