RWN

RWN returns a comment from a specified cell. If the RWN function is in an unprotected cell, you can enter a comment in the cell and write it back to the database.

See Comments and cell notes.

Syntax

=RWN("database alias", "cube", "slice element dimension 1", ..., "slice element dimension N")

You must specify an element from each dimension in the cube.

Example

=RWN( "Best Practices OLAP", "Analysis", 
"[product].[all tires].[car tires all season]",
"[measure].[gross margin]","[region].[all regions]",
"[channel].[all channels]","[valtype].[variance]",
"[pos].[all pos]","[period].[all years]")
Related topics