Records returned limitation in report
73253Aug 23 2004 — edited Aug 25 2004Ihave a report on the web using Oracle Reports builder / SQL Code and I have the client enter in date parameters for the report that they want.
Well with date ranges for different clients a different number of records are returned. Because of time it can take the report to return I want to limit the number of records that report can return.
How can I go about doing that? I don't want to limit with date parameters because date won't really work for me. I need to limit on how many records can be returned. If it exceeds 10,000 records I want the client to refine the date range of schedule the report to run later. Meaning we will run that report. So I would have two check boxes if the count was over 10,000 do you want to define your date or schedule the job to run later.
Can any one help me with this? How would I go about this?