Crystal 9
SQL DB
My crosstab in the report footer currently looks like:
Prod1 Prod2 Prod3 etc...
AVDH 2 0 1
WarehouseError 2 0 1
WrongSize 2 0 1
AVDH 0 4 0
WarehouseError 0 4 0
WrongType 0 4 0
AVDH 1 0 0
WarehouseError 1 0 0
Missing 1 0 0
AVDH 1 1 1
ProductionError 1 1 1
WrongColor 1 1 1
AVDH 0 0 2
ProductionError 0 0 2
WrongSize 0 0 2
AVDH 1 1 0
ProductionError 1 1 0
Missing 1 1 0
CBW 1 1 0
ProductionError 1 1 0
Missing 1 1 0
But I want it to be grouped together as follows alongwith subtotals:
Prod1 Prod2 Prod3 etc...
AVDH
WarehouseError
WrongSize 2 0 1
WrongType 0 4 0
Missing 1 0 0
Subtotals 3 4 1
ProductionError
WrongColor 1 1 1
WrongSize 0 0 2
Missing 1 1 0
Subtotals 2 2 3
CBW
ProductionError
Missing 1 1 0
Subtotals 1 1 0
etc...
Please advice
SQL DB
My crosstab in the report footer currently looks like:
Prod1 Prod2 Prod3 etc...
AVDH 2 0 1
WarehouseError 2 0 1
WrongSize 2 0 1
AVDH 0 4 0
WarehouseError 0 4 0
WrongType 0 4 0
AVDH 1 0 0
WarehouseError 1 0 0
Missing 1 0 0
AVDH 1 1 1
ProductionError 1 1 1
WrongColor 1 1 1
AVDH 0 0 2
ProductionError 0 0 2
WrongSize 0 0 2
AVDH 1 1 0
ProductionError 1 1 0
Missing 1 1 0
CBW 1 1 0
ProductionError 1 1 0
Missing 1 1 0
But I want it to be grouped together as follows alongwith subtotals:
Prod1 Prod2 Prod3 etc...
AVDH
WarehouseError
WrongSize 2 0 1
WrongType 0 4 0
Missing 1 0 0
Subtotals 3 4 1
ProductionError
WrongColor 1 1 1
WrongSize 0 0 2
Missing 1 1 0
Subtotals 2 2 3
CBW
ProductionError
Missing 1 1 0
Subtotals 1 1 0
etc...
Please advice