Hello,
We're working SAP BEX Designer. We need to show the Total Quantity (column number 5) by material.
Example:
The information in the infoCube is:
Invoice | Position | Material | Quantity | Total quantity |
1 | 50 | |||
1 | 1 | 930100 | 20 | |
1 | 2 | 930200 | 30 | |
2 | 70 | |||
2 | 1 | 930200 | 70 | |
3 | 60 | |||
3 | 1 | 930200 | 25 | |
3 | 2 | 930100 | 35 |
The report should be as follows:
We must display the information by invoice and position.
Material 930100, invoices 1, 2 and 3, quantities: 20+35 = 55
Material 930200, invoices 1,2 and 3, quantities: 20+70+25=125
Invoice | Position | Material | Quantity | Total quantity |
1 | 50 | |||
1 | 1 | 930100 | 20 | 55 |
1 | 2 | 930200 | 30 | 125 |
2 | 70 | |||
2 | 1 | 930200 | 70 | 125 |
3 | 60 | |||
3 | 1 | 930200 | 25 | 125 |
3 | 2 | 930100 | 35 | 55 |
We have already tried using Restricted Ratios, Cells and variables, but we didn't achieve to make it work.
Any idsas on how to achieve this?
Thanks!
Florencia