Right

The MDX Right function for Essbase returns a specified number (length) of characters from the right side of a string.

Syntax

Right ( string ,length )

Parameters

string

Input string.

length

The number of characters to return from the right side of the input string.

Example

Right ("Northwind", 4) 

returns wind.