Hello, I'm having an issue using EPMDimensionOverride. We are using BPC10 MS. My formula is as follows:
= EPMDimensionOverride("000","Account","all(assets);acc_level=GAAP_Node,parentafter")
My report is pulling from the account dimension in the row key range. The column does not expand, only the row will need to. I want the result to pull all the dimension members that fall under the "Assets" hierarchy that have the property "acc_level=GAAP_Node" but I want it to show me the parent member after the applicable GAAP_Node. The parent member (i.e. Cash_and_cash_equiv) does not have the same acc_level.
Here is a sample screen shot of our hierarchy:
Essentially, I would like my report to show:
I cannot get the parentafter to pull in at all. I've searched SNC and have seen other examples but they have not worked for my report. I have even tried taking the property level out and just putting =EPMDimensionOverride("000","account","all(assets),parentafter") and that is not pulling the parent either. Any help would be appreciated. Thanks.