How to consolidate dimension with maximum of children?
Posted: Thu Feb 17, 2011 11:20 am
Hi,
in TM1 v9.5 I created the reclamation cube with the following dimensions:
1. Measure dimension: quantity
2. Product dimension: products --> product_id
3. Buyer dimension: buyers --> buyer_id
4. Defect dimension: defect --> defect_group --> defect_id
Buyer makes official reclaim for particular product. Measure "reclamation quantity" is tracked by buyer_id and product_id!
On single product there can be one or more defects!
I think I need the following consolidation: For product and buyer dimension there should be default sum consolidation. But for defect dimension there should be maximum of children for each level. Like:
defect = max (defect_group)
defect_group = max(defect_id)
Please see attached picture. Left side of picture are data from cube. Red rectangles should be calculated as max(children). On the right site there is spreadsheet of correct values. Green rectangles are using formula max(children).
How to create maximum consolidation to particular dimension (defect dimension) instead of having sum consolidation?
Regards
in TM1 v9.5 I created the reclamation cube with the following dimensions:
1. Measure dimension: quantity
2. Product dimension: products --> product_id
3. Buyer dimension: buyers --> buyer_id
4. Defect dimension: defect --> defect_group --> defect_id
Buyer makes official reclaim for particular product. Measure "reclamation quantity" is tracked by buyer_id and product_id!
On single product there can be one or more defects!
I think I need the following consolidation: For product and buyer dimension there should be default sum consolidation. But for defect dimension there should be maximum of children for each level. Like:
defect = max (defect_group)
defect_group = max(defect_id)
Please see attached picture. Left side of picture are data from cube. Red rectangles should be calculated as max(children). On the right site there is spreadsheet of correct values. Green rectangles are using formula max(children).
How to create maximum consolidation to particular dimension (defect dimension) instead of having sum consolidation?
Regards