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'];
What I can do in this case is add the rule;
Code: Select all
['All Local curs']=C:0;
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