Feeder Help
Posted: Tue Nov 22, 2016 10:23 am
Hi all
Can anyone help me with a feeder for this please? The leaf level is calculating the indicator fine but it is not rolling up to the consolidations so I assume a feeder is needed but I've never fed attributes before. I've had a go at putting a rule in the control cube but it tells me it's not a valid string expression so I'm not sure if I'm missing something here.
This is the part of the rule:
['Actuals','Started in Month'] = N:
IF(
NUMBR(SUBST(ATTRS('021 - Employees',!021 - Employees,'Start_Date'),6,2)) = NUMBR(SUBST(ATTRS('003 Main - Periods',!003 Main - Periods,'Number'),3,2)) &
NUMBR(SUBST(ATTRS('021 - Employees',!021 - Employees,'Start_Date'),1,4)) = NUMBR(!002 Main - Years),1,0
);
Can anyone help me with a feeder for this please? The leaf level is calculating the indicator fine but it is not rolling up to the consolidations so I assume a feeder is needed but I've never fed attributes before. I've had a go at putting a rule in the control cube but it tells me it's not a valid string expression so I'm not sure if I'm missing something here.
This is the part of the rule:
['Actuals','Started in Month'] = N:
IF(
NUMBR(SUBST(ATTRS('021 - Employees',!021 - Employees,'Start_Date'),6,2)) = NUMBR(SUBST(ATTRS('003 Main - Periods',!003 Main - Periods,'Number'),3,2)) &
NUMBR(SUBST(ATTRS('021 - Employees',!021 - Employees,'Start_Date'),1,4)) = NUMBR(!002 Main - Years),1,0
);