Skip to content

cube.dimensions

Returns the dimensions present in a cube within the specified model, this function returns a JSON string.

js
cube.dimensions(cube_name)
cube.dimensions(cube_name)

Parameters

  • cube_name - Name of a cube.

Example

js
let dimensions = cube.dimensions("General Ledger");
let dimensions = cube.dimensions("General Ledger");