I have doubt with the html execution type..Every time i click the page down the query executes again..fine...Now, whether for displaying data in the first page is the entire set of data processed behind and only a portion of the output is shown in the first page or only the required data for each page is processed.
Srik
No only a portion is executed... Except if you eg. display a total of all rows on top of the page... Then all will be executed.
ok..thats why we can't display the pagecount() in the html report. Is it the same case if we put totals at the report footer also..
Srik
think so... only not sure :S
fine