So I have a large BIP report. I do display paramters, row counts and time all at the top of the report.
I want the user to be able to see the report before they export it so they can understand what's on the report and have a sample of information that will be exported.
I was wondering if there's a way to display the first 1,000 rows or 10 pages or something like that in an HTML format so when they open the report they can see this information. However, I want the export to extract all the data based on the parameters used. While 100,000 isn't hard for CSV/Excel when I display the full report I get an out of memory error and it crashes the browser window.