Advice on feeder statement
Posted: Fri Jul 29, 2011 3:01 am
Hi all,
I have a question on feeder statement. In the sample below, I wish to apply the feeder statement only to all n-elements under the parent "ASSET". The cube is Balance Sheet.
If I write ['Asset', 'BSMEA002'] => ['Asset', 'CALC_BSMEA002'] or ['Asset', 'BSMEA002'] => ['CALC_BSMEA002'] (which has the same effect), I suppose it will cause a permutation amongst the children within Asset parent. If there are 10 elements under Asset, then it will be 10x10 permutation, which is not what I want. Correct?
So I'm thinking of writing it this way:
['ASSET', 'BSMEA002'] =>
DB('Balance Sheet', !Entity, !BS Account, !Product, !Period, !Year, !Version, 'CALC_BSMEA002');
I'm assuming that by using !BS Account, even if 'Asset' is stated on the LHS, the DB statement will cause the feeder to apply 1-to-1 for each element. Is my understanding correct?
Many thanks in advance!
I have a question on feeder statement. In the sample below, I wish to apply the feeder statement only to all n-elements under the parent "ASSET". The cube is Balance Sheet.
If I write ['Asset', 'BSMEA002'] => ['Asset', 'CALC_BSMEA002'] or ['Asset', 'BSMEA002'] => ['CALC_BSMEA002'] (which has the same effect), I suppose it will cause a permutation amongst the children within Asset parent. If there are 10 elements under Asset, then it will be 10x10 permutation, which is not what I want. Correct?
So I'm thinking of writing it this way:
['ASSET', 'BSMEA002'] =>
DB('Balance Sheet', !Entity, !BS Account, !Product, !Period, !Year, !Version, 'CALC_BSMEA002');
I'm assuming that by using !BS Account, even if 'Asset' is stated on the LHS, the DB statement will cause the feeder to apply 1-to-1 for each element. Is my understanding correct?
Many thanks in advance!