I have a cross-tab in a footer that looks like this:
11 113 12 123 1a 22 M Total
B 852 1,110 98 0 445 1,596 858 1,596
C 1,194 843 517 257 0 9,117 2,561 9,117
N 1,521 622 134 7 1,110 12,748 9,178 12,748
O 824 0 219 0 341 13,423 9,596 13,423
W 1,712 0 169 1,763 71 1,691 1,358 1,763
(I would ultimately like a total of the columns too)
Cross-tab config:
Rows: Command_QTY.Franc
Columns: Dommand_QTY.FullName
Summarized Fields: Max of @Details_Ref_QTY
When I select "Max" for summarized fields, I get the results I want, but the Total is wrong. For example, row 1 should be 4,959. The total I would like for columns would be on the basis that row 1 = 6,103.
How would I go about this? TIA!
11 113 12 123 1a 22 M Total
B 852 1,110 98 0 445 1,596 858 1,596
C 1,194 843 517 257 0 9,117 2,561 9,117
N 1,521 622 134 7 1,110 12,748 9,178 12,748
O 824 0 219 0 341 13,423 9,596 13,423
W 1,712 0 169 1,763 71 1,691 1,358 1,763
(I would ultimately like a total of the columns too)
Cross-tab config:
Rows: Command_QTY.Franc
Columns: Dommand_QTY.FullName
Summarized Fields: Max of @Details_Ref_QTY
When I select "Max" for summarized fields, I get the results I want, but the Total is wrong. For example, row 1 should be 4,959. The total I would like for columns would be on the basis that row 1 = 6,103.
How would I go about this? TIA!