You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to remove shared member in calculation rule?

edited 1:46PM in Planning 1 comment

Hi everyone,

I'm working on an Oracle EPM Cloud (Hybrid BSO) calculation and have a question regarding member selection.

My Account dimension has two top-level hierarchies:

  • GLAccount
    • LEGAL_FINANCIAL_STATEMENT (primary/stored hierarchy)
  • LONGFORM_FINANCIAL_STATEMENT
    • M_NET_SALES (alternate hierarchy with shared members from LEGAL_FINANCIAL_STATEMENT)

My calculation currently looks like this:

FIX(@RELATIVE(LEGAL_FINANCIAL_STATEMENT,0))    ...ENDFIX

I want to exclude all descendants of M_NET_SALES from the FIX because they require different calculation logic.

I have already tried:

FIX(@REMOVE ( @RELATIVE (LEGAL_FINANCIAL_STATEMENT,0),@IDESCENDANTS (M_NET_SALES)    ))

and

FIX(    @REMOVE (@RELATIVE (LEGAL_FINANCIAL_STATEMENT,0), @SHARE(@RELATIVE (M_NET_SALES,0))))
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!