Skip to content

cube.get

Retrieves data from an intersection of elements from their respective dimensions within the cube.

js
cube.get(name, e1 - eN)
cube.get(name, e1 - eN)

Parameters

  • Name - The identifier of the cube
  • e1 - eN - An element for each dimension within the cube which when used, finds a specific intersection

Example

js
let value = cube.get("General Ledger", "Actual", "2014", "Total Revenue", "All Departments", "All Projects", "Amount");
let value = cube.get("General Ledger", "Actual", "2014", "Total Revenue", "All Departments", "All Projects", "Amount");