I have two cubes "linked" by rules. In particular, first cube rule has the following feeder:
['tot amm'] => DB('CE budget', !Azienda, ATTRS('immobilizzazioni', !immobilizzazioni, 'Piano dei Conti'), !Progetti, !Struttura, !Tempo, 'f10', 'Bdg');
while in the rule of the second cube I have the following statement:
['f10','Bdg'] = N:
IF ( (DIMIX('immobilizzazioni', !Piano dei Conti) > 0),
DB('Ammortamenti', !Azienda, !Tempo, !Struttura budget, !Progetti, 'tot amm', ELPAR('immobilizzazioni', !Piano dei Conti, 1)),
0
);
In this way the element f10 of the measure dimension 'Bdg' is fed by the feeder wrote above.
"Sometimes", this mechanism doesn't work
Moreover, I don't understand the following behavior:
1. I commented the feeder wrote above and saved the rule
2. I uncommented the feeder wrote above and saved the rule
3. All works well!!!!
Why? Does anybody can help me to understand how can I solve this issue?
I'm using TM1 10.2.2
Many thanks in advance
