Calculation Flags
Summary:
I am currently developing a cube to calculate product related data. In the Product dimension 1000's of products exist. When a user is to run a calculation they are only interested in about 100 at an one time. Currently I've gone down the route of having an attribute on the product that gets dynamically updated when users run their calculations. Effectively setting the attribute on the product to True whilst the calculation runs, then back to False at the end.
Sometimes the calculation returns an error to say that no members are set to True. As I understand this is to do with the different data layers not aligning. I have tried running this with all products inside a FixParallel and using an If to limit the product, but the runtime balloons.