Nested Feeders
Posted: Fri Apr 18, 2014 1:54 pm
Hello All
I have two cubes Cube ABC and Cube PQR
Cube ABC (dim):
dim1
dim2
dim3
dim4
dim5
Cube PQR (dim):
dim1
dim6
dim3
The elements in dim3
Agts
Company
The rule in the Cube PQR Cube:
['agnts']=DB('cubeabc',!dim1,'agts');
and in cube abc feeders for cube pqr rules (It throws an error for below feeders:Element name ambiguous 'agts' ['agts']=>db('cubepqr',!dim1,'agts');)
['agts']=>db('cubepqr',!dim1,'agts');
I know thats not a right approach as i have to slice each member which are not link with each other.
Could please let me know the better way to manage this problem:
I have two cubes Cube ABC and Cube PQR
Cube ABC (dim):
dim1
dim2
dim3
dim4
dim5
Cube PQR (dim):
dim1
dim6
dim3
The elements in dim3
Agts
Company
The rule in the Cube PQR Cube:
['agnts']=DB('cubeabc',!dim1,'agts');
and in cube abc feeders for cube pqr rules (It throws an error for below feeders:Element name ambiguous 'agts' ['agts']=>db('cubepqr',!dim1,'agts');)
['agts']=>db('cubepqr',!dim1,'agts');
I know thats not a right approach as i have to slice each member which are not link with each other.
Could please let me know the better way to manage this problem: