fishysheep
Programmer
Hi
Assuming i have pivot based on following fields:
date time place TotalA TotalB TotalC
pivot looks as as follows:
1 Jan 05 9:00 London 100
101
102
2 Jan 05 11:00 Swindon 200
201
202
where figures at end are TotalA, TotalB etc
is it possible to have
1 Jan 05 9:00 London 303
2 Jan 05 11:00 Swindon 603
so that totals A+B+C are summed?
I know I could add them up on the sp and use that total col in the pivot but I'm hoping to avoid that.
Thanks
Assuming i have pivot based on following fields:
date time place TotalA TotalB TotalC
pivot looks as as follows:
1 Jan 05 9:00 London 100
101
102
2 Jan 05 11:00 Swindon 200
201
202
where figures at end are TotalA, TotalB etc
is it possible to have
1 Jan 05 9:00 London 303
2 Jan 05 11:00 Swindon 603
so that totals A+B+C are summed?
I know I could add them up on the sp and use that total col in the pivot but I'm hoping to avoid that.
Thanks