i have a report which contain a lis of products sold and its cost
it contains many pages
i want to sum each page at the end of it
and use the sum at the next page as start value to be sumed with the following values
some thing like
for example
2nd page of report:
sum of previous page 1200
product 200
product 300
sum of current page 1700
and so on in all pages
it contains many pages
i want to sum each page at the end of it
and use the sum at the next page as start value to be sumed with the following values
some thing like
for example
2nd page of report:
sum of previous page 1200
product 200
product 300
sum of current page 1700
and so on in all pages