Skip to content

ISLEAF

Returns true if the cell being calculated does not have any elements with children.

js
ISLEAF(cube)
ISLEAF(cube)

Parameters

  • cube - The name of the cube. (optional)

Examples

js
ISLEAF()
ISLEAF()

Note: Assuming the cell being calculated is against all N-level elements (elements without children) this function will return true.