Forum Discussion
jacobw
3 years agoNew Contributor III
Minority Interest calculation
Hi community,
Does anyone have a good member formula for calculating income/equity attributable to minority interest on the P&L and balance sheet? My understanding is in our case we can report this...
JackLacava
OneStream Employee
3 years agoThat formula should error out, I'm surprised it doesn't. This is how you perform that check:
Dim ownType As OwnershipType = api.Entity.OwnershipType()
If ownType.Equals(OwnershipType.NonControllingInterest) Then
....
Also, that dValue is a decimal, so dropping it like that in a formula might give you problems in some configurations (different Cultures might use different decimal characters). Use dValue.XFToStringForFormula() instead
- Krishna1 year agoValued Contributor
JackLacava - The If statement does not work if the cube is a multuCube & it is working for Single Cube. Do you have any example for MultiCube.
Related Content
- 8 months ago
- 9 months ago