Document toolboxDocument toolbox

Support center for flex.bi version 4.0

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].[Invoice amount])

See also