Feeder statement not working correctly
Posted: Tue Oct 04, 2016 7:48 am
Hello Experts,
Good day!
I'd like to ask for your inputs regarding this scenario.
I have a "Labour Costs" cube with the following rule:
['Oct','Director Bonus'] = N:
IF(ELPAR('People', !People, 1) @='Directors',
DB('Plan P&L',!Version,!Financial Year,'Q1','All States','All Practices','OPERATING PROFIT')\
ELCOMPN('People', 'Directors') * ['Dir Bonus %'], 0);
I have created a feeder statement on the "Plan P&L" cube:
['Q1','All States','All Practices','OPERATING PROFIT'] => DB('Labour Costs',!Version,!Financial Year,'Oct',!People,'Director Bonus');
However, I'm getting this error message:
Line 153: Syntax error on or before:
!People,'Director Bo
invalid string expression
Rule could not be attached to the cube, but changes were saved.
Perhaps the statement is incorrect? What would be the best approach for this?
Many thanks!
Michael
Good day!
I'd like to ask for your inputs regarding this scenario.
I have a "Labour Costs" cube with the following rule:
['Oct','Director Bonus'] = N:
IF(ELPAR('People', !People, 1) @='Directors',
DB('Plan P&L',!Version,!Financial Year,'Q1','All States','All Practices','OPERATING PROFIT')\
ELCOMPN('People', 'Directors') * ['Dir Bonus %'], 0);
I have created a feeder statement on the "Plan P&L" cube:
['Q1','All States','All Practices','OPERATING PROFIT'] => DB('Labour Costs',!Version,!Financial Year,'Oct',!People,'Director Bonus');
However, I'm getting this error message:
Line 153: Syntax error on or before:
!People,'Director Bo
invalid string expression
Rule could not be attached to the cube, but changes were saved.
Perhaps the statement is incorrect? What would be the best approach for this?
Many thanks!
Michael