Hello, it's me again! I am now trying to create a Cross-Tab that can add several bits of date. I need to ad the total number of aircraft for a particular airfrafe. That is no problem. Now, I need to add the total number of 4 rows in the same cross-tab. It would look something like this:
C130 C9 C21 C20
FMC 5 3 1 5
PMCM 2 6 1 0
PMCS 0 2 3 1
PMCB 1 0 1 0
MC 8 11 6 6
NMCM 1 2 0 0
NMCS 0 0 0 0
NMCB 2 1 1 1
TOTAL 11 14 7 7
The MC will be the total of the 4 rows above. But, I already have a total at the bottom, as I need to add all the aircraft together to get a total available. Can this be done, or do I need to make 2 tables, one with the above info, and a second with the remaining info?
A second question, how can I make the cross-tab show the NMCS row when there are all 0's? CR 8 automatically suppreses the entire row.
Thanks!!!
C130 C9 C21 C20
FMC 5 3 1 5
PMCM 2 6 1 0
PMCS 0 2 3 1
PMCB 1 0 1 0
MC 8 11 6 6
NMCM 1 2 0 0
NMCS 0 0 0 0
NMCB 2 1 1 1
TOTAL 11 14 7 7
The MC will be the total of the 4 rows above. But, I already have a total at the bottom, as I need to add all the aircraft together to get a total available. Can this be done, or do I need to make 2 tables, one with the above info, and a second with the remaining info?
A second question, how can I make the cross-tab show the NMCS row when there are all 0's? CR 8 automatically suppreses the entire row.
Thanks!!!