I have two groups (Date, "annually" and System type). I'm using running totals for counts on system by month in a year. For example:
GH#1 2010 JAN FEB MAR
GH#2 AB 5 8 3
CB 4 2 3
DB 6 2 3
GH#1 2011 JAN FEB MAR
GH#2 AB 8 3 5
CB 2 3 4
DB 2 3 6
I want to show the variance per year, per month (Jan(AB) 8 - 5, Feb(AB) 3 - 8 ) etc...
GH#1 2010 JAN FEB MAR
GH#2 AB 5 8 3
CB 4 2 3
DB 6 2 3
GH#1 2011 JAN FEB MAR
GH#2 AB 8 3 5
CB 2 3 4
DB 2 3 6
I want to show the variance per year, per month (Jan(AB) 8 - 5, Feb(AB) 3 - 8 ) etc...