View Full Version : Crosstab Column Totals


stuart_adair
02-04-2010, 11:58 AM
Hello all,

Another one for you. I've got a crosstab query running with depots on the left and months of the year across the top. Row totals are easy but I want to add column totals at the bottom of the report.

I've tried adding a field in the page footer and the report footer and declaring it to be a running sum but nothing seems to work.

Any advice?

Thanks
Stu:D

pbaldy
02-04-2010, 12:08 PM
Try this in the report footer:

=Sum(FieldName)

stuart_adair
02-04-2010, 12:17 PM
Thats got it - Simple when you know how.

thanks :D

pbaldy
02-04-2010, 12:41 PM
No problemo, glad it worked for you.

tezread
04-20-2010, 02:07 AM
I have a similar issue and was wondering how can I then present the results in a graph. Doesn't the graph need a control source run by a query?