Hi
I have crearted a report in BI.
Following are levels in my report. Item2 is most granular level.
Business area. BUssiness unit,WBS, Sales Order, item1, item2
And Key Figures are : Bill value Order Backlog COPA OBL
In this i have used a formula to calcalate COPA OBL as follows.
COPA OBL = Bill Value * Order Backlog / SUMCT (Bill Value)
This SUMCT usues the result row of Sales Order characteristic.
I want to disply Report till only WBS level. For This i have used nested exception aggregation on COPA OBL field.
Now COPA OBL filed show correct result if i remove item1 and item2, but as soon as i remove Sales order field from report, COPA OBL calculation becomes incorrect(as now SUMCT function uses result row of WBS)
I know that SUMCt works on Disply of BEX Analyzer and hence as soon as i remove Sales order from Report, this COPA OBL calculation gets affected..
Is there any way of doing such calculation??? I want SUMCT to operate on result row of Sales Order level without diasplying Sales orders in Report.