I am developing a member formula which uses Percent Of Ownership in
calculation. I am using the following to get Percent of Ownership: Dim
pOwn As Decimal = api.Entity.PercentOwnership(entityID, parentID) In the
context of this calculation I have par...