all groups > sql server reporting services > october 2006 >
You're in the

sql server reporting services

group:

Total of Totals on multiple pages


Total of Totals on multiple pages Elmo Watson
10/17/2006 12:04:09 PM
sql server reporting services:

I have a report that gives me a total of the items on each invoice - the
thing is, it reports multiple invoices (even over 100 of them)
How can I add up each of the Page totals for a Full total (=Sum(??????))
Ideas?

Re: Total of Totals on multiple pages aaron.kempf NO[at]SPAM gmail.com
10/18/2006 3:07:36 PM
it's the 2nd argument of the SUM function; what scope do you want to
add things

I would make a top-level group by and group on that

-Aaron
AddThis Social Bookmark Button