CubeCreate
Description:
Creates a cube from specified dimensions. Dimensions are placed in the order of dimension argument in CubeCreate function
Syntax:
CubeCreate(CubeName, Dim1Name, Dim2Name [,?DimN Name]);
Arguments:
CubeName - The name you want to assign to the new cube
Return Type:
Nothing
Example:
CubeCreate('Sales','Products','Months','SalesCalc');
This will create a cube named Sales with above 3 dimensions in following order:
Products
Months
SalesCalc