Feeders
Posted: Tue Dec 13, 2011 1:45 am
Hi community, Im relative new in TM1 and I need to know if in the real life exist one feeder for rule or exist N feeder's options for rule that works in the right way.
Specificaly I need to write a feeder for the next rule:
['Moneda de Origen','Presupuesto','Saldo']= N:IF(ATTRS('Dim_CuentasBalance', !Dim_CuentasBalance, 'Cartera(Y/N)')@='CT',
DB('Cbw_Cartera',!Dim_CuentasBalance,!Dim_Entidad,!Dim_Moneda,!Dim_BCorporativoResto,IF((!Dim_Mes)@='Jan',STR((Numbr(!Dim_Año)-1),4,0),!Dim_Año), ATTRS('Dim_Mes',!Dim_Mes,'Mes_anterior'),!Dim_Conversion,'Presupuesto','Saldo')
+
['Nueva Colocacion','Presupuesto']
-
['Recuperaciones Proyectadas','Presupuesto']
-
['Recuperación Nuevas Colocaciones','Presupuesto'],CONTINUE);
I have tried many ways but they haven't work.
I will apreciate your help.
Thank you so much...
Specificaly I need to write a feeder for the next rule:
['Moneda de Origen','Presupuesto','Saldo']= N:IF(ATTRS('Dim_CuentasBalance', !Dim_CuentasBalance, 'Cartera(Y/N)')@='CT',
DB('Cbw_Cartera',!Dim_CuentasBalance,!Dim_Entidad,!Dim_Moneda,!Dim_BCorporativoResto,IF((!Dim_Mes)@='Jan',STR((Numbr(!Dim_Año)-1),4,0),!Dim_Año), ATTRS('Dim_Mes',!Dim_Mes,'Mes_anterior'),!Dim_Conversion,'Presupuesto','Saldo')
+
['Nueva Colocacion','Presupuesto']
-
['Recuperaciones Proyectadas','Presupuesto']
-
['Recuperación Nuevas Colocaciones','Presupuesto'],CONTINUE);
I have tried many ways but they haven't work.
I will apreciate your help.
Thank you so much...