Lower

The MDX Lower function for Essbase converts an upper-case string to lower-case.

Syntax

Lower ( string )

Parameters

string

Input string.

Example

Lower(STRING)

returns string

See Also

Upper