Situation:
I have a report with 6 lines per page of a product. Sometimes the product has more then 6 lines so the report will carry over to the next page, the report could actually be several pages.
I need to get a sum of each page, at the bottom of each page. I don't want to get a running sum that accumulates as you page through it.
To reiterate:
page 1 could equal 5000
page 2 could equal 3000
page 3 could equal 6000
I have tried grouping, but I'm slow to understand when I can't find a example that suits me. I can't seem to get a total of a group for the lines, and even if i could, there is no way to group these lines. There isn't anything unique about them, other then they will be in record counts of 6. Can I group by Record count? Or is that not the way to go. Any help is appreciated
I have a report with 6 lines per page of a product. Sometimes the product has more then 6 lines so the report will carry over to the next page, the report could actually be several pages.
I need to get a sum of each page, at the bottom of each page. I don't want to get a running sum that accumulates as you page through it.
To reiterate:
page 1 could equal 5000
page 2 could equal 3000
page 3 could equal 6000
I have tried grouping, but I'm slow to understand when I can't find a example that suits me. I can't seem to get a total of a group for the lines, and even if i could, there is no way to group these lines. There isn't anything unique about them, other then they will be in record counts of 6. Can I group by Record count? Or is that not the way to go. Any help is appreciated