AddCubeDependency
Posted: Thu Nov 24, 2011 1:33 am
http://publib.boulder.ibm.com/infocente ... 65300.html
says
Syntax: AddCubeDependency('CubeA','CubeB');
Argument Description
CubeA The name of the base cube.
CubeB The name of the dependent cube.
Cube B relies on a rule that is dependent on Cube A.
But the user guide says:
AddCubeDependency(BaseCube, DependentCube);
BaseCube
The name of a cube that depends on another cube for data. Most commonly, this would be a cube that uses rules to pull data from an external cube.
DependentCube
The name of the cube upon which the BaseCube is dependent.
Example
AddCubeDependency('SalesCube', 'PriceCube');
This example establishes a dependency between the SalesCube and the PriceCube.
These seem to say the opposite to each other.
I would guess the sales cube has a rule referencing the price cube. (unless pricess are set by sales volumes, which would be weird).
Can anybody clarify?
Say Cube C contains a rule that references Cube D. And Cube D contains a feeder rule that feeds Cube C. What order do C and D take in AddCubeDependency?
says
Syntax: AddCubeDependency('CubeA','CubeB');
Argument Description
CubeA The name of the base cube.
CubeB The name of the dependent cube.
Cube B relies on a rule that is dependent on Cube A.
But the user guide says:
AddCubeDependency(BaseCube, DependentCube);
BaseCube
The name of a cube that depends on another cube for data. Most commonly, this would be a cube that uses rules to pull data from an external cube.
DependentCube
The name of the cube upon which the BaseCube is dependent.
Example
AddCubeDependency('SalesCube', 'PriceCube');
This example establishes a dependency between the SalesCube and the PriceCube.
These seem to say the opposite to each other.
I would guess the sales cube has a rule referencing the price cube. (unless pricess are set by sales volumes, which would be weird).
Can anybody clarify?
Say Cube C contains a rule that references Cube D. And Cube D contains a feeder rule that feeds Cube C. What order do C and D take in AddCubeDependency?