DIM.MASK.NOTE.GET
Gets a note relating to an existing data area.
Syntax
DIM.MASK.NOTE.GET(Database
alias,Cube,Element1...Elementn)
Cube is the name of the cube which contains the dimension in question. 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 must be from the second and so on. i.e. the sequence of the elements must follow the sequence in which the dimensions were defined.
If successful, this function returns the note of the specified cell coordinates (i.e. the dimension element). Otherwise, it returns MDS error (get error number with MDS.LAST.ERROR.
See MDS.LAST.ERROR.
Example
=DIM.MASK.NOTE.GET(B25,B26,"All
Years","Actual","IFRS","G0000","Start")