I was wondering if anyone has a way to make business rules run one period at a time before moving on to the next to the next time period (i.e. January 2014 calc prior to moving on to February 2014). In past SQL this could be achieved with a piece of script *CALC_EACH_PERIOD. Is there anything like this that can be applied in the NW platform for Business Rules? I have some logic that I want to run through a package on multiple periods at once. Part of this logic contains a Business Rule that uses a value from the preceding period. the Business rule appears to be calculating all time periods selected in the package at once so it is missing the piece that is supposed to come from the prior month unless the package is run one period at a time. I need the logic to run sequentially by time period (oldest first) when more than one time period is selected.
thanks,
Keith