Document toolboxDocument toolbox

Support center for flex.bi version 3.2

IsEmpty

Determines if an expression evaluates to the empty cell value.

Syntax

 IsEmpty(Value_Expression)

Arguments

Value_Expression
MDX expression that typically returns a member or a tuple.

Examples

IsEmpty([Measures].[Issues created])

See also