Forum Discussion

pranav46's avatar
pranav46
Contributor II
4 days ago

Disable eliminations and Develop Custom elim

Is there anyway we can develop a custom elimination process in the OS and attached with the cube. I see there is a "Custom" option in the cube properties but dont know what this function will do. FinanceFunctionType.ConsolidateElimination.

I developed a custom rules which eliminate at first common parent dummy base member and it all ties when I sum but i wanted to get it roll up to Total Entity in USD.

2 Replies

  • rhankey's avatar
    rhankey
    Contributor II

    FinanceFunctionType.ConsolidateElimination is merely one of a couple places where you can inject Elimination specific logic.  By injecting here, you can inject before or after the out of box elimination logic, or replace it with your own.

    It sounds like you might have done your own eliminations through a Business Rule function or Member Formula, which is fine too.

    • pranav46's avatar
      pranav46
      Contributor II

      So, I wrote my elimination in C#USD so, for injecting in finance function "ConsolidateElimination", Will it going to write in C#Elimination?

      Or you mention replace with your own, so i already have in custom function, can run that & disable cube properties to "Custom" algorithm so, system will just agg my entities?