MDX Documentation
CurrentCellValue (icCube MDX extension)

Returns the current cell value

Parameters

Name Type Cardinality Default value

Return

value

Description

Returns the current cell value and should be used in the context of a cell property.

For example, we can create a cell formatter that depends on the value of the cell:


FORMAT_STRING = iif( isNaN( currentCellValue() ),
'invalid number',
iif( isInfinity( currentCellValue() ), 'infinite number', '%f' )
)

See Also

Current

Examples

XMLA Properties

Find here the value of the XMLA properties when not specified otherwise.

icCube OLAP version: 2.5.1 13-May-2012 02:21:10 GMT