MDS.ERROR

Sometimes you may try to evaluate the number of elements of a non-existing dimension and OLAP Server returns an error. You can get the error number (MDS.LAST.ERROR) and the error text (MDS.ERROR).

Syntax

MDS.ERROR(Error)

The function returns the text which corresponds to an error number. If no number is given, it returns an empty string. This function is often used with MDS.LAST.ERROR which returns the error number of the error which most recently occurred.

See MDS.LAST.ERROR.