omacron
Technical User
- Feb 5, 2002
- 149
Hi
I am need of some help with a cross tab that I am trying to do. I am trying to create a report that needs one of the options in the cross tab not be summarized. Here is an example of the data that is coming to the report:
Item Number Size Qty Sold qty Received Qty on hand
1234 AA 1 0 4
1234 AA 0 2 4
1234 AA 2 0 4
1234 BB 5 0 7
Now Qty on hand refers to how many there is at the store. Each sale and each receive is it's own record and this can not be helped. So this is what Cross Tab is giving me:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 12 7 19
I am skiping the button total just for ease of reading in a post. As you can see this isn't a true calculation for the on hand. this is what I need:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 4 7 11
Now I can change the sum to nth most freq but this will screw up the total side like this:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 4 7 4
I am at a real lose. I read the FAQ about making a manual cross tab but the problem is that my colums will always vary number.
Thanks
I am need of some help with a cross tab that I am trying to do. I am trying to create a report that needs one of the options in the cross tab not be summarized. Here is an example of the data that is coming to the report:
Item Number Size Qty Sold qty Received Qty on hand
1234 AA 1 0 4
1234 AA 0 2 4
1234 AA 2 0 4
1234 BB 5 0 7
Now Qty on hand refers to how many there is at the store. Each sale and each receive is it's own record and this can not be helped. So this is what Cross Tab is giving me:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 12 7 19
I am skiping the button total just for ease of reading in a post. As you can see this isn't a true calculation for the on hand. this is what I need:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 4 7 11
Now I can change the sum to nth most freq but this will screw up the total side like this:
AA BB total
1234 (sold) 3 5 8
(received) 2 0 2
(On hand) 4 7 4
I am at a real lose. I read the FAQ about making a manual cross tab but the problem is that my colums will always vary number.
Thanks