ContributionsMost RecentMost LikesSolutionsRunning a Custom Calculation from a Business Rule with a MemberFilter for Time periods We are trying to do a multi-year planning application. One requirement is the ability to calculate out-months into the next year of the plan. One solution that would be very useful is the ability t...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods Hi, In terms of the argument itself, when the MemberFilter enum value is used, it passes the MF substitution variables to the data management sequence. I believe this is for calling the rule from a ...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods I'm sorry if there was some confusion here, but I don't need any help with when or how to trigger the execution of this calculation. I just need to know how to use that particular function. Your com...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods Right now, the app is just running "Brapi.Utilities.ExecuteDataMgmtSequence", but the DM Task is just a custom calculate that passes the data unit and time periods to the custom calc. I'm inferring ...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods Look for"BRApi.Finance.Calculate.ExecuteCustomCalculateBusinessRule" in the Business Rule Editor. Maybe this function is/was deprecated, but it would be very useful in cases where you need to run a...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods This is the current solution, but it would be nice to run the Custom Calculation directly. The Data Management Tasks are filling up the Task window when running over many data units.