DIM.MASK.NOTE.DELETE

Deletes a note related to an existing data area.

Syntax

DIM.MASK.NOTE.DELETE(Database alias,Cube,Element1...Elementn)

Cube is the name of the cube which contains the dimension in question and Element is the element containing the note.

The function returns TRUE if successful, otherwise an MDS error (get the error number with MDS.LAST.ERROR).

Example

=DIM.MASK.NOTE.DELETE(B25,B26,"All Years","Actual","IFRS","G0000","Start")