Mapping Cube
Posted: Mon Sep 28, 2015 12:23 am
Hi
I am creating a reporting mapping cube which is different from the internal management financial reporting...will try to describe it in simple terms
[Management Report Cube]
Dimension Example (over 3 dimension - Account/Cost Centre/Product) - Multiple parent-child
Parent 1(Type C)
- Child 1 (Type N)
- Child 2 (Type N)
- Child 3 (Type N)
[Mapping Cube]<------------Updated by rule from Management Report Cube (above)
Dimension Example Flat hierarchy..only one parent
Total
- Line Item 1
- Parent 1(Type C) 1
- Child 1 (Type N)
- Child 2 (Type N) -1
- Child 3 (Type N)
So Line Item 1 is reported to be the total of Parent 1 less Child 2 in VALES (numeric measurement) based on FACTORS (string measurement ie -1 or 1 so that type C can have values)
Because the client has a 100 specialized reports each with various combination of dimension mapping in various uncontrollable Excel files ...a separate centrally controlled mapping cube is created to prevent muddling up the normal management reporting cube. Subsets was ruled out....mapping from the original Reporting cube was also ruled out..
PROBLEM
1. VALUES and FACTORS appear correctly in the mapping cube. VALUES is visible if 'Zero suppression on Column' is not enabled. If Full Zero suppression is applied ...only String FACTOR is displayed (VALUES does not appear even if it has correct numerical values)..STRANGE ??
2. Mapping Cube Dimension consolidated item 'Total' has no values !! (Is it because the child values are rule derived ??) Tried putting a rule shown below to get the values but does not work. I might be using the rule incorrectly....
Example -
Rule:-
['Total'] = ConsolidateChildren['Total'];
It might be a case of not seeing an Elephant standing next to me....any bright spark ???
Thanks
I am creating a reporting mapping cube which is different from the internal management financial reporting...will try to describe it in simple terms
[Management Report Cube]
Dimension Example (over 3 dimension - Account/Cost Centre/Product) - Multiple parent-child
Parent 1(Type C)
- Child 1 (Type N)
- Child 2 (Type N)
- Child 3 (Type N)
[Mapping Cube]<------------Updated by rule from Management Report Cube (above)
Dimension Example Flat hierarchy..only one parent
Total
- Line Item 1
- Parent 1(Type C) 1
- Child 1 (Type N)
- Child 2 (Type N) -1
- Child 3 (Type N)
So Line Item 1 is reported to be the total of Parent 1 less Child 2 in VALES (numeric measurement) based on FACTORS (string measurement ie -1 or 1 so that type C can have values)
Because the client has a 100 specialized reports each with various combination of dimension mapping in various uncontrollable Excel files ...a separate centrally controlled mapping cube is created to prevent muddling up the normal management reporting cube. Subsets was ruled out....mapping from the original Reporting cube was also ruled out..
PROBLEM
1. VALUES and FACTORS appear correctly in the mapping cube. VALUES is visible if 'Zero suppression on Column' is not enabled. If Full Zero suppression is applied ...only String FACTOR is displayed (VALUES does not appear even if it has correct numerical values)..STRANGE ??
2. Mapping Cube Dimension consolidated item 'Total' has no values !! (Is it because the child values are rule derived ??) Tried putting a rule shown below to get the values but does not work. I might be using the rule incorrectly....
Example -
Rule:-
['Total'] = ConsolidateChildren['Total'];
It might be a case of not seeing an Elephant standing next to me....any bright spark ???
Thanks