Page 1 of 1
Some members/dimension combination should not consolidate
Posted: Thu Jan 31, 2013 12:14 pm
by abcuser
Hi,
using Cognos TM1 9.5.2 on Windows. I have a cube with some products in combination of organization unit that should NOT sum into total. I have created very simple cube to demonstrate a problem. Please see attachment.
Is there a way I can force TM1 to execute one dimension consolidation before another, for instance consolidate product dimension before organization unit?
Is there any other way I can solve this problem?
Please see attached sample bellow.
Regards
Re: Some members/dimension combination should not consolidat
Posted: Thu Jan 31, 2013 1:26 pm
by jim wood
The whole point of OLAP is it is multi dimensional object. There is no consolidation order. The only way around that I know of is the way you have done it, via rules.
Re: Some members/dimension combination should not consolidat
Posted: Thu Jan 31, 2013 3:11 pm
by ioscat
as i suppose parent does not aggregate simply its direct children, but all its leaf children. so order of accumulation is no matter.
Re: Some members/dimension combination should not consolidat
Posted: Thu Jan 31, 2013 3:35 pm
by aking
You may want to look at the Rule Function ConsolidateChildren
http://pic.dhe.ibm.com/infocenter/ctm1/ ... ldren.html
Re: Some members/dimension combination should not consolidat
Posted: Fri Feb 01, 2013 6:16 am
by abcuser
@jim wood, what I have done in rules is just part of the solution. But TM1 has decided to consolidate test_unit dimension before test_product dimension which leads to result I don't like.
@ioscat, yes, I have read in manual of aggregating upper levels directly from leaf children. There is also an info of not having a real influence on consolidation order. I just thought someone has some trick...
@aking, I know about ConsolidateChildren function, but having really bad experience with it, big performance drop in production cube size. So I try to avoid ConsolidateChildren function as much as possible.
As I can think of the only really good solution is to add additional dimension to the cube and name it something like "product type" and then for each leaf dimension combination define the product type. In this case consolidation should work correctly... I just thought there is some other simple to implement solution without adding new dimension.