FEEDERS in TM1
Posted: Tue Oct 14, 2014 10:23 am
Hi All,
I have a below scenario, please help me on understanding how to feed the calculation.
Cube Name: Test
Dimensions
Product
Weeks (All weeks->has 52 weeks and No week element)
Destination(All Destinations->has 72 Destinations and No destination element)
SKIPCHECK;
['Measure',Product:{'Product1,'Product2'}]= ['Measure1',Week:{'No week'}]*['Measure2',Destination:{'No Destination'},Product:{'No Product'}];
FEEDERS;
['Measure1','No week']=>['Measure','All weeks'];
OR
['Measure2','No Product','No destination']=>['Measure','All Destinations','Product1'];
['Measure2','No Product','No destination']=>['Measure','All Destinations','Product2'];
As you can see, in both case of feeders I feed from "No" to "all Hierarchy" which results in making the memory used by the feeders to be more and the time to save goes up to 15 min with large data in the cube.
Please can you suggest any value to restrict the feeders? Can i use conditional feeders( am not very much aware on how to use it)? Please help.
Thanks!
I have a below scenario, please help me on understanding how to feed the calculation.
Cube Name: Test
Dimensions
Product
Weeks (All weeks->has 52 weeks and No week element)
Destination(All Destinations->has 72 Destinations and No destination element)
SKIPCHECK;
['Measure',Product:{'Product1,'Product2'}]= ['Measure1',Week:{'No week'}]*['Measure2',Destination:{'No Destination'},Product:{'No Product'}];
FEEDERS;
['Measure1','No week']=>['Measure','All weeks'];
OR
['Measure2','No Product','No destination']=>['Measure','All Destinations','Product1'];
['Measure2','No Product','No destination']=>['Measure','All Destinations','Product2'];
As you can see, in both case of feeders I feed from "No" to "all Hierarchy" which results in making the memory used by the feeders to be more and the time to save goes up to 15 min with large data in the cube.
Please can you suggest any value to restrict the feeders? Can i use conditional feeders( am not very much aware on how to use it)? Please help.
Thanks!