Hi
I need to show sum of the values appeared in a column of the table for each page. Means if I have total 10 records in the column 'Price' of the table and 6 of them appear on the first page of the report. Then I need to show the sum of those 6 prices on first page(not total of all the 10 items) and sum of the remaining 4 items on the second page.
Please suggest.