IsEmpty

Return to: Calculated Member Builder Function List

Returns TRUE if and only if the evaluated expression is the empty cell value. Returns FALSE otherwise.

Syntax

IsEmpty(«Value Expression»)

Remarks

For more information about empty cells, see the OLE DB documentation.

Example

IsEmpty(Measures.CurrentMember)

returns TRUE if Measures.CurrentMember is an empty cell.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.