Hi,
I have a financial model on a SAP Business Warehouse Query, which i derive via the SAP BW Business Explorer in Excel (named BEx). I derive the data from the query via the getpivotdata formula in combination with ranged names:
For example
In the Month : = getpivotdata(Pivot,concatenate("Philips Design"," ","EBIT PD"," ","Actuals"," ","Month"," ")
In the Quarter := getpivotdata(Pivot,concatenate("Philips Design"," ","EBIT PD"," ","Actuals"," ","Quarter"," ")
Full Year : = getpivotdata(Pivot,concatenate("Philips Design"," ","EBIT PD"," ","Actuals"," ")
whereas Actuals/Month/Quarter are ranged names. For Month and Quarter i set the applicable month or Quarter that applies to the current reporting, eg. 012.2007 as month and 20074 as quarter.
My concrete question is for the getpivotdata formula to derive the Year to Date figure. The month figures in the pivot table are in the month data.
Ps: i would like to keep all formulas to this one pivot table, i know i can do it with a second one.
greetings,
Jack