Forum Discussion
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.
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?
- pranav4611 days agoContributor II
seems like I had to copy data to C#share both Before elim and elim in order to agg to Entity.
Related Content
- 3 years ago
- 11 months ago