cube.create
Creates a cube within a model.
js
cube.create(name, d1 - dN)
Parameters
Name
- The identifier of the cube to create.d1
-dN
- The names of the dimensions from which the Cube intersections will be defined.
Example
js
cube.create("General Ledger", "Scenario", "Time", "Department", "Account", "Project", "Measures General Ledger");