Limit grid rows
How do I limit the number of grid rows fetched to a certain number. (Eg: the select statement is retrieving 100 records but I only want to display 50 records and STOP processing).
Is there any system function to do that?
I don't want to use Custom Grid Row and display data conditionally as the data being processed is huge.
Suppress Grid Row after specified number of records is also not feasible due to performance in my scenario.
Regards,
Tirumala