Page 1 of 1

Skipchecks and Feeders Help

Posted: Wed Nov 09, 2011 4:05 am
by dhims
Hi Gurus,

I am new to this TM1 world am implementing my first TM1 project. I studied Skipcheck and feeders to great extent and can understand the majority. However, i wanted to take help on a feeders for the rule that stores element index no. in an element. My rule can be seen below.

['Reference Month']= N:DImix('Months',!Months)-['Asset Life'];

What should be the feeders for this rule. One will certainly be [Asset Life], but what should be feeders for dimix part.

Thanks in advance.

Re: Skipchecks and Feeders Help

Posted: Wed Nov 09, 2011 9:33 am
by Kaveenga
Feeders to the LHS area need not always come from the RHS.

You can feed say 'Asset Value' to 'Reference month', if that makes more sense, i.e. you only need a reference month calculated if there is an asset value.
HTH