What's wrong with my rule? :(
Posted: Wed Aug 22, 2012 2:28 am
Hi all,
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:
The section of rules I am having issues with is below - in a nutshell it should just be [Calculation] = [Proportion] * [Signage], but is a little more complicated than that because of all the dimension variables:
Now when I change the "*" to a "+", i can return results (altho obviously not aligned the way I want). So am trying to decipher where it has gone wrong:
1/ rule is not being fed correctly?
2/ !Dimension variables not specified correctly?
3/ other...?
...anyone have any ideas?
Thanks,
Matt
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