Hello Experts,
In one of our requirements, we need to display the total on the report for a PARENT node by excluding certain child node of it.
For Example:
PARENT ID | CHILD ID |
---|---|
PARENT | |
CHILD A (Value 100) | |
CHILD B (Value 200) | |
CHILD C (Value 50) |
On Report, we need to exclude CHILD C (with value 50) and BPC should roll up PARENT as CHILD A + CHILD B to give 300 and not 350.
Currently we have a work around of Alternate Hierarchy, wherein, we have 2 hierarchies one having CHILD A, B, C and the other with CHILD A, B.
We use them based on various report requirements, but need to avoid maintaining 2 such hierarchies and if there is any other smart way to achieve this exclusion at PARENT level on report.
Version Details: EPM 10 SAP Netweaver version Excel client with SP 19.
Report View: Entity in Rows and TIME in Column:
2015.JAN | |
---|---|
PARENT | 300 |
Thanks,
Abhishek