Am using Aware IM V8.8
Here is the issue....
I have a BO that currently has about 70,000 records in it across 4 years worth of data.
When the data is displayed to the User, they will typically want to filter that data down to a single month.
The data for 1 Month is between 3,000 and 4,000 rows.
We then want them to be able to export that filtered data set to either csv or Excel via the export options
in the Panel Toolbox.
Problem is .... Excel.... Only exports the records displayed in the current page. I can increase the page size but anything more than 1,000 becomes
problematic. If I increase to say, 5,000 (which would get all of the records for that month) the export crashes
Or, with csv.... the export is not limited to the filtered data set... It actually exports 65,000 records.
Does anyone have any suggestions resolve this other than resorting to building a Stored Procedure?