Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: example

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 createdInvoice amount])

See also