A typical use of MultiDimension child is to store values for different Time Periods. It is typical to have redundant time periods, such as, for the main customer today, two values for current year: the target and the actuals. When doing the sum, only the target should be kept as it represents the best figure for the whole year.
So a way to filter columns should be added. Probably the helper should have a new optional method for filter values for consolidations
A typical use of MultiDimension child is to store values for different Time Periods. It is typical to have redundant time periods, such as, for the main customer today, two values for current year: the target and the actuals. When doing the sum, only the target should be kept as it represents the best figure for the whole year.
So a way to filter columns should be added. Probably the helper should have a new optional method for filter values for consolidations