Skip to content

cube.exists

Checks that a cube exists, this function returns a boolean.

js
cube.exists(name)
cube.exists(name)

Parameters

  • name - The identifier of the cube.

Example

js
let itExists = cube.exists("General Ledger");
let itExists = cube.exists("General Ledger");