Hi,
using TM1 v9.5 on Windows I have four dimensions:
- measure (value and quantity members),
- measurement unit (kg, ton, m, m2, piece members),
- buyer and
- product.
I have a consolidation problem at top member "Measurement unit". "Measurement unit" member should be consolidated according to measure member. If measure is Value then "Measurement unit" should be sum of children of "Measurement unit". If measure is Quantity then "Measurement unit" should have no value (probably zero).
How to write a rule for "Measurement unit" member?
P.S. To simplify sample I have omitted buyer and product dimension in attached picture.
Regards
[SOLVED] "Measurement unit" member consolidation problem
-
- Posts: 133
- Joined: Thu Mar 25, 2010 8:34 am
- OLAP Product: Cognos TM1
- Version: 9.5.2
- Excel Version: 0
[SOLVED] "Measurement unit" member consolidation problem
- Attachments
-
- MeasureUnit.png (5.22 KiB) Viewed 1837 times
Last edited by abcuser on Mon Mar 14, 2011 1:44 pm, edited 3 times in total.
-
- Posts: 133
- Joined: Thu Mar 25, 2010 8:34 am
- OLAP Product: Cognos TM1
- Version: 9.5.2
- Excel Version: 0
Re: "Measurement unit" member consolidation problem
Hi,
I have found out solution. In cube's rules I have written:
Thanks, problem solved.
I have found out solution. In cube's rules I have written:
Code: Select all
SKIPCHECK;
['Measurement unit','Quantity']=0;