Hi.
So I have implemented Sudha's solution.
- Calculated key figure for the totals.
2. Local calculations for that key figure:
3. Settings for Row (Product type).
The Result is as follows;
Customer1 | KFTotal | Customer2 | KFTotal | Customer3 | KFTotal | |
---|---|---|---|---|---|---|
PType1 | 10 | X | 15 | X | 20 | X |
PType2 | 15 | X | 1 | X | 11 | X |
PType3 | 3 | X | 3 | X | 10 | X |
Results | 18 | 19 | 41 |
Note that if I diplay results for the KFTotal key figure, the correct total is display. So the issue is with the individual values which I need for another calculation. I have tried to display with NoDim but the issue is the same.