Am having a bit of a headache trying to get this rule to work, so if anyone is able to shed any light on where I'm going wrong it would be much appreciated

My target cube is in the following format:
Code: Select all
DB('Fin_GL',!Version,!SectionA,!SectionB,!SectionC,!Company,!Affiliate,!FunctionalCell,!Product,!ProductProcessor,
!ResponsibilityCentre,!Account,!BalanceType,!Period,!Measures)
Code: Select all
[Version: 'APRA Calc' , Measures: 'Calculation'] =
DB('Fin_GL','APRA Calc',!SectionA,!SectionB,!SectionC,'2400','NA','No Function','No Product',!ProductProcessor,
'No ResponsibilityCentre','No Account','EOP',!Period,'Proportion')
*
DB('Fin_GL','APRA Calc','NA','NA','NA',!Company,!Affiliate, 'No Function','No Product',!ProductProcessor,
'No ResponsibilityCentre',!Account,!BalanceType,!Period,'Signage')
;
FEEDERS;
['APRA Calc' , Measures: {'Proportion','Signage'}] => ['APRA Calc' , Measures: 'Calculation'];
1/ rule is not being fed correctly?
2/ !Dimension variables not specified correctly?
3/ other...?
...anyone have any ideas?

Thanks,
Matt