Left

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

Syntax

Left ( string ,length )

Parameters

string

Input string.

length

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

Example

Left ("Northwind", 5) 

returns North.