Some of my reports are normally 500,000 to a couple of million records long. Often, while testing, I would want to limit the record selection to say, first 20,000 records only.
For the record selection criteria, I tried using the formula recordnumber<20000 but it keeps saying "Function cannot be used because it must be evaluated later." I even tried playing with Whilereadingrecords or whileprintingrecords, etc. but it keeps showing the same error message.
How do I force the report so select the first few records only?
I am using Crystal version 8.
Thanks very much.
For the record selection criteria, I tried using the formula recordnumber<20000 but it keeps saying "Function cannot be used because it must be evaluated later." I even tried playing with Whilereadingrecords or whileprintingrecords, etc. but it keeps showing the same error message.
How do I force the report so select the first few records only?
I am using Crystal version 8.
Thanks very much.