Dear Sirs, hi everybody...
Regarding to Consolidated Elements and Feeders Statements, I have only one issue... let me explain...
************ FIRST SCENARIO ************
This is my Rule (all elements are leaf levels): ['LeafLevel1', 'LeafLevel2', 'LeafLevel3'] = N:DB('CubeName', !DimensionA, !DimensionB, 'Element_N');
This is my Feeder (in another cube): ['Element_N'] => ['LeafLevel1', 'LeafLevel2', 'LeafLevel3'];
...the consolidated level ("Total") of "LeafLevel3", brings to me the correct amount without problem
************ SECOND SCENARIO ************
This is Another Rule (only a single element is Consolidated): ['LeafLevel1', 'ConsolidatedLevel', 'LeafLevel3'] = C:DB('CubeName', !DimensionA, !DimensionB, 'Element_N');
This is my Feeder (in another cube): "it don't need feeder statements"
...but, in this second scenario, the consolidated level ("Total") of "LeafLevel3", doesn't works, because this concolidated level shows: "0"
You can see the attachment Excel file for a better understanding..., then, my question is:
How can I fix this situation?, in the Second Scenario, without alter the rule, because when I change "C:" by "N:", then the rule doesn't work neither.
Regards,
Consolidated Elements don't Consolidate
-
- Posts: 4
- Joined: Mon Dec 24, 2012 4:09 am
- OLAP Product: TM1
- Version: 9.52 10.1
- Excel Version: 2003 2007
- Location: Panama
Consolidated Elements don't Consolidate
- Attachments
-
- Consolidated Elements don't Consolidate.xlsx
- (9.38 KiB) Downloaded 179 times
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: Consolidated Elements don't Consolidate
For any consolidated value (provided that no calculation statement applies to it) the consolidation is done by adding the values of all leaf values under it.
Your consolidated value defined in the rule may be underneath the "Total" but it is not at leaf level and so it does not contribute to the value for "Total".
Your consolidated value defined in the rule may be underneath the "Total" but it is not at leaf level and so it does not contribute to the value for "Total".