TM1 rules or Feeders problem or Hierarchy
Posted: Thu Aug 22, 2013 8:51 am
In my cube 'ABC' I have hierarcy like under Split-AC there is SplitAC-Retail and Split AC-SSD and under SplitAC-Retail there are 2 child Ret indoor and Ret outdoor and under Split AC SSD there are child 'SSD-indoor' & 'iamSSD-outdoor'.But in my cube when Iam pulling the values in a cell from other cube 'IJK' via rules.
Note:-the hierchy in the cube 'IJK' is like under 'Split AC' there are 2 childs indoor and outdoor only
Iam not able to see the value at Split AC SSD and Split AC Retail but at all the other levels Iam seeing the correct value:
see some code you might understand
Below is the sample code:-
['IBP_CY(Qty)','SSD Indoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Indoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC SSD');
['IBP_CY(Qty)','SSD Outdoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Outdoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC SSD');
['IBP_CY(Qty)','Retail Indoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Indoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC Retail');
['IBP_CY(Qty)','Retail Outdoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Outdoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC Retail');
Iplesae suggest.
Note:-the hierchy in the cube 'IJK' is like under 'Split AC' there are 2 childs indoor and outdoor only
Iam not able to see the value at Split AC SSD and Split AC Retail but at all the other levels Iam seeing the correct value:
see some code you might understand
Below is the sample code:-
['IBP_CY(Qty)','SSD Indoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Indoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC SSD');
['IBP_CY(Qty)','SSD Outdoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Outdoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC SSD');
['IBP_CY(Qty)','Retail Indoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Indoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC Retail');
['IBP_CY(Qty)','Retail Outdoor']=DB('IJK',!Version,'Seasonality SPSA Idea','Outdoor',!Branches,'IBP_CY(Qty)',!Months)*DB('Split AC distribution',!Branches,!Version,'Split AC Target Dist RM Idea','Split AC Retail');
Iplesae suggest.