Page 1 of 1

Feeding from C-level where all children ar weighted 0

Posted: Thu Mar 08, 2012 2:54 pm
by sander
Hello All,

I have a question about feeding from c-level. If your feeding from c-level you're actualy feeding from it's children. But what if you are feeding from a c level where al children are weighted 0.
In this case I have a currency dim;

EUR
+All Local curs
--EUR Local
--GBP Local
--.....

For currency conversion I feed from the C-element 'All Local curs' to EUR. EUR is rule calculated from the local cur's.

Code: Select all

['All Local curs']=>['EUR'];
When elements are weighted 1 this all works fine, but I wan't to have weight 0 because it doesn't make sense to sum the local currencies. When I do this EUR isn't fed anymore.
What I can do in this case is add the rule;

Code: Select all

['All Local curs']=C:0;
This doesn't break the feeding.

Is this normal behaviour? I can't remember I've seen this before, I can't find anyting in the manual or this forum about this to.
This occured at version 10

Can anyone help me out here?

Thanks in advance,

Grtz Sander

Re: Feeding from C-level where all children ar weighted 0

Posted: Thu Mar 08, 2012 3:17 pm
by sander
Forget this one, I made a mistake somewhere else, I pulled out the value of the consolidation 'All local currencies' where it should have been on e of it's children. So when I changed the weighting I didn't get the wright values anymore, Sorry for this!! :oops: :oops: :oops: :oops: :oops: :oops: :oops:


Feeding from C-level where all children are weighted 0 does work!!