Hi all,
i've a requirement in a report that now I'll try to explain in detail.
We have a attribute (ZCOST) of a new infoobject (ZVEND) that i need to use in a new report using BEx analyzer (we have BI 7.3), the attribute ZCOST is a currency and an example of the report layout is the following
Month | ZCOST | Ordered € | KPI_2 |
---|---|---|---|
11.2014 | 9500 € | 15000 € | OK |
12.2014 | 6200 € | 5000 € | KO |
This is just an example of master data of infoobject ZVEND:
ZVEND | ZCOST |
---|---|
1100000090 | 3000 € |
1100000091 | 6500 € |
1100000092 | 3200 € |
The detail in the infocube for the months is this:
0CALMONTH | ZVEND |
---|---|
11.2014 | 1100000090 |
11.2014 | 1100000091 |
12.2014 | 1100000090 |
12.2014 | 1100000092 |
So our goal is to have in the bex report under the column ZCOST the sum of the KPI for each different value of ZVEND, the problem is that of course the report is aggregate and I cannot sum the same ZVEND key more than once (this value is kind of a budget for ZVEND).
It is clear what am i trying to do here?
My problem is to avoid summation of all the values of ZCOST in the infocube, the drill dimension are variable so there isn't just the month usually.
If anything is not clear feel free to ask for other details.
Thanks
Stefano