LTrim

The MDX LTrim function for Essbase trims all whitespace on the left side of a string.

Syntax

LTrim ( string )

Parameters

string

Input string.

Example

LTrim("   STRING")

returns "STRING"