ContributionsMost RecentMost LikesSolutionsRe: How do I assign the entity to my Data Management for my Calculation Definitions? ExecuteProcessCube() does what the "Process" button does in the Workflow, executing each of the Calculation Definition rows that you have defined. Rows 2 & 3 in the screen shot you provided of your ...Re: Reusing Bi Blend attributes When naming/renaming register columns in the relational blend modules, all you are doing is changing a "display name". The underlying columns in the SQL register table remain the same. Same deal wh...Re: How do I assign the entity to my Data Management for my Calculation Definitions? In your NoCalculate BR, you can retrieve the Calculation Definition Entity with the following lines of code: Dim CalcInfo As DataUnitInfo=DirectCast(args.Inputs(2),DataUnitInfo) Dim EntityName As S...Re: Changing Start Year of Application after going live I have changed Start Year a number of times. The only implication is that Time will now show the additional year. You may wish/need to adjust some of your Time member filters so users don't have to...Re: Entity Relationship Properties update via business rules I would suspect you are getting the error should your Scenario variable not resolve to a valid Scenario member. In that case ScenarioId will be DimConstants.Unknown. Attempting to get the ScenarioT...Re: Cube Dimension Assignment - Excel template / Metadata Builder Not an Excel template, but I usually setup one cube through the User Interface, then export the Cube to XML, then simply copy/paste in XML to define the other cubes. Once done, I import the XML. Th...Re: Task Activity I have not personally used this function, but it looks like BRApi.TaskActivity.UpdateRunningTaskActivityAndCheckIfCanceled() will allow you to do so. Re: cashflow statement : Condition in the mapping of accounts Your business rule for Calculation Drill Down can return whatever intersections you would like. Since you are computing the formula dynamically, you will need to perform a similar test in the Calcul...Re: OneStream Connector Business Rule OS SIC = OneStream Smart Integration Connector, which can be obtained with documentation from the OS Marketplace. in short, SIC replaces the need for VPN tunnels between your local network and OS in...Re: OneStream Connector Business Rule With OS in the Cloud and your SQL Server DB presumably local to you (behind a firewall), you will need to make use of OS SIC to get through the firewall and use an SIC exposed Connection. If your SQ...