NGET

NGET returns the text of a note or a comment of a cube cell.

Syntax

NGET(Database alias,Cube,Element1...Elementn)

Cube is the cube containing the cube cell to which the note is attached and Element1...Elementn are elements from each of the dimensions in the cube. Element1 must be from the first dimension in the cube, Element2 from the second dimension and so on i.e. the sequence of the elements must reflect the sequence with which the dimensions for the cube were defined.

Arguments to this function can be strings, or references to cells containing strings. If strings, they must be enclosed in quotes.

If an element does not exist or is not a member of Dimension, the function returns a #Value error.