DIM.MASK.NOTE.SET

Sets a note related to an existing data area.

Syntax

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

Cube is the name of the cube containing the dimension in question, Note is the string to be placed. Element1...Elementn are elements containing the note from each of the dimensions in the data area. Element1 must be from the first dimension in the data area, Element2 from the second and so on i.e. the sequence of the elements must follow the sequence in which the dimensions were defined.

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

Example

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