Feed a rule based on attributes
Posted: Thu Sep 29, 2011 1:56 am
Hi, i am new in TM1, and i would like any help for feed this rule:
['Presupuesto'] = N: IF(ATTRS('Dim_Tiempo',!Dim_Tiempo,'FinMes(Y/N)')@='Y',STET,
DB('Cb_Cartera', !Dim_CuentasBalance, !Dim_Entidad, !Dim_Moneda, !Dim_MedidasCartera, !Dim_BCorporativoResto,
ATTRS('Dim_Tiempo',!Dim_Tiempo,'FinMes'), !Dim_Conversion, !Dim_Versiones));
I need to evaluate if the time dimension is in the last day of each month, if this is it then "STET", if dont, then copy the data for this last day in all other days into dimension. Tanks for your help or recommendations.
AMIN NOTE : Moved from bugs forum, please make sure you read forum guidelines and post in the correct forums, ta
['Presupuesto'] = N: IF(ATTRS('Dim_Tiempo',!Dim_Tiempo,'FinMes(Y/N)')@='Y',STET,
DB('Cb_Cartera', !Dim_CuentasBalance, !Dim_Entidad, !Dim_Moneda, !Dim_MedidasCartera, !Dim_BCorporativoResto,
ATTRS('Dim_Tiempo',!Dim_Tiempo,'FinMes'), !Dim_Conversion, !Dim_Versiones));
I need to evaluate if the time dimension is in the last day of each month, if this is it then "STET", if dont, then copy the data for this last day in all other days into dimension. Tanks for your help or recommendations.
AMIN NOTE : Moved from bugs forum, please make sure you read forum guidelines and post in the correct forums, ta