Skip to content

ISLEVELZERO

Returns true if the element of the specified dimension for the cell being evaluated has no children.

js
ISLEVELZERO(dimension)
ISLEVELZERO(dimension)

Parameters

  • dimension - The name of the dimension.

Examples

js
ISLEVELZERO("Time")
ISLEVELZERO("Time")

Note: Assuming the cell being calculated is against the time element 2018 - January (and this time dimension does not contain a week or days level) this will return true (1).