Hi friends,
I got a table with the columns in the form of:
CRITERIA_A,
CRITERIA_B,
CRITERIA_C,
AMOUNT_A,
AMOUNT_B,
AMOUNT_C,
AMOUNT_D
Any way to design a pivot to present the table reflecting:
Sums of Amount_A, Amount_B, Amount_C, Amount_D
For Rows reflecting grouping levels on:
Criteria_B, Criteria_C
and Columns breakup for:
Criteria_A?
An example like:
Criteria_A1 | Criteria_A2 | Criteria_A3 | Criteria_A4 | ||||||||||
Row Labels | Sum of Amount_A | Sum of Amount_B | Sum of Amount_C | Sum of Amount_D | Sum of Amount_A | Sum of Amount_B | Sum of Amount_C | Sum of Amount_D | Sum of Amount_A | Sum of Amount_B | Sum of Amount_C | Sum of Amount_D | Sum of Amount_A |
Criteria_B3 | 94 | 107 | 36 | 127 | 84 | 132 | 41 | 176 | 24 | 16 | 67 | 29 | 38 |
Criteria_C1 | 24 | 25 | 5 | 49 | 14 | 66 | 5 | 49 | 24 | 16 | 67 | 29 | |
Criteria_C2 | 70 | 82 | 31 | 78 | 38 | ||||||||
Criteria_C3 | 38 | 41 | 31 | 78 | |||||||||
Criteria_C4 | 32 | 25 | 5 | 49 | |||||||||
Criteria_B1 | 56 | 142 | 78 | 26 | 32 | 25 | 67 | 8 | 24 | ||||
Criteria_C2 | 24 | 66 | 26 | 8 | 32 | 25 | 67 | 8 | |||||
Criteria_C3 | 32 | 76 | 52 | 18 | |||||||||
Criteria_C4 | 24 | ||||||||||||
Criteria_B2 | 162 | 309 | 264 | 81 | 132 | 230 | 155 | 124 | 14 | 25 | 52 | 8 | 38 |
Criteria_C1 | 38 | 76 | 26 | 8 | 62 | 98 | 98 | 66 | 14 | 25 | 52 | 8 | 38 |
Criteria_C2 | 86 | 157 | 186 | 44 | 70 | 132 | 57 | 58 | |||||
Criteria_C3 | 38 | 76 | 52 | 29 | |||||||||
Criteria_B4 | 100 | 148 | 130 | 116 | 56 | 142 | 93 | 57 | 46 | ||||
Criteria_C1 | 24 | 66 | 67 | 49 | 32 | ||||||||
Criteria_C2 | 32 | 76 | 26 | 8 | 14 | ||||||||
Criteria_C3 | 76 | 82 | 78 | 67 | |||||||||
Criteria_C4 | 24 | 66 | 52 | 49 | |||||||||
Grand Total | 312 | 558 | 378 | 234 | 348 | 535 | 393 | 424 | 94 | 183 | 212 | 94 | 146 |
Thanx in advance, Best Regards, Faraz A Qureshi