Barkley564
Technical User
I have been writing Crystal for a while now, but this is my first Cross Tab, so I'm hoping my question is easy.
I'm using v10 and SQL
I created a cross tab that has a count by location by period by year:
location feb'05 feb'04 mar'05 mar'04 .... etc.
two 1 0 2 0
three 0 2 2 3
four 0 0 1 0
All works great. However, (as I suspected) the boss wants to see a total for each store. The grand total won't work, because he wants to see a total by year:
location feb'05 feb'04 mar'05 mar'04 TOTAL'05 TOTAL'04
two 1 0 2 0 3 0
three 0 2 2 3 2 5
four 0 0 1 0 1 0
How do I get the grand total field to process by year? I really need to have the months side by side for comparison sake instead of having the entire year together.
The current setup:
Columns:
Period
Year
Rows:
Region
Store#
Summary: count of 'case' field
Thanks in advance.
I'm using v10 and SQL
I created a cross tab that has a count by location by period by year:
location feb'05 feb'04 mar'05 mar'04 .... etc.
two 1 0 2 0
three 0 2 2 3
four 0 0 1 0
All works great. However, (as I suspected) the boss wants to see a total for each store. The grand total won't work, because he wants to see a total by year:
location feb'05 feb'04 mar'05 mar'04 TOTAL'05 TOTAL'04
two 1 0 2 0 3 0
three 0 2 2 3 2 5
four 0 0 1 0 1 0
How do I get the grand total field to process by year? I really need to have the months side by side for comparison sake instead of having the entire year together.
The current setup:
Columns:
Period
Year
Rows:
Region
Store#
Summary: count of 'case' field
Thanks in advance.