ContributionsMost RecentMost LikesSolutionsRe: OwnershipType I figured out the solution. If you have a multicube setup then the Business rule has to be attached business rule in the cube settings properties. Re: Minority Interest calculation 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. Re: Equity method of Consolidation ChrisLoran - I have a quick question. The below Condition is working on a Single cube but not on Multi Cube. Is there a reason? If api.Entity.OwnershipType().ToString.Equals("Holding") Then ...OwnershipType Hi - The below if condition is not working if the cube is multi cube, it works with Single cube? Any Idea why If api.Entity.OwnershipType().ToString.XFEqualsIgnoreCase("Holding") Then Re: Finance Rule using DBCL Thanks. I was able to fix the issue. I gave the flow member as Parent vs Base. It is working now. Finance Rule using DBCL Hi All - I have the below rule, which calculating 30% on NI and Copying it to the InvestmentinSub account from one entity to another. The rule is executing without any issues, but data is not copying...SolvedRe: Export to Azure Blob (via SIC) 1. Make sure you were able to connect with this URL using Azure Explorer from your desktop. to verify the URL. You can start the troubleshooting from this point. 2. Enable BLOB to SFTP. you can use ...Re: change parameter value via Business rules OS_Yanis - Did you try XFBR ? I think it is combination of Cube View Extender BR & XFBR. Re: DM Job calling through API You can use the RESTAPI in 8.2.2 with the Token. It can be generated from Identify and Access Management Portal. Re: Export to Azure Blob (via SIC) 1. You can connect to Azure File Share using SIC and I have implemented. We have to use memory stream for this approach. 2. If you are connecting without SIC the below is an example. You should cr...