Intracube Feeders
Posted: Mon Sep 14, 2009 7:32 pm
TM1 Version: 9.4 MR1
Microsoft Windows Server 2003 x64 SP2
When I started learning TM1, I was told that I must have feeders when I use “Skipcheckâ€. However, recently, I was introduced to a concept that if I write a rule that references data from another cube I do not need a feeder from the source cube as long as I have data from the destination cube that feeds that rule. The rules appear to work, but I guess I need to understand the concept. Can anybody enlighten me?
Thanks.
Below is an example of a rule:
I have two cubes a Standard Cost and a Revenue and COGs cube. In the Revenue and COGs cube the “Gross Cost†is calculated by multiplying “Quantity†(entered in the Revenue and COGS cube by Revenue folks) and multiplied by a “Std Unit Cost†value generated by a DB from a “Standard Cost†cube.
Revenue and COGs cube:
Skipcheck;
[‘Gross Cost’] =N: [‘Qty’] * DB(‘forecast:Standard Cost’, !Forecast, !Version, !Period, !Sku, ‘Std Unit Cost’) ;
Feeders;
[‘Qty’] => [‘Gross Cost’];
Standard Cost cube – No Entry
Microsoft Windows Server 2003 x64 SP2
When I started learning TM1, I was told that I must have feeders when I use “Skipcheckâ€. However, recently, I was introduced to a concept that if I write a rule that references data from another cube I do not need a feeder from the source cube as long as I have data from the destination cube that feeds that rule. The rules appear to work, but I guess I need to understand the concept. Can anybody enlighten me?
Thanks.
Below is an example of a rule:
I have two cubes a Standard Cost and a Revenue and COGs cube. In the Revenue and COGs cube the “Gross Cost†is calculated by multiplying “Quantity†(entered in the Revenue and COGS cube by Revenue folks) and multiplied by a “Std Unit Cost†value generated by a DB from a “Standard Cost†cube.
Revenue and COGs cube:
Skipcheck;
[‘Gross Cost’] =N: [‘Qty’] * DB(‘forecast:Standard Cost’, !Forecast, !Version, !Period, !Sku, ‘Std Unit Cost’) ;
Feeders;
[‘Qty’] => [‘Gross Cost’];
Standard Cost cube – No Entry