RTrim

The MDX RTrim function for Essbase trims all whitespace on the right side of a string.

Syntax

RTrim ( string )

Parameters

string

Input string.

Example

RTrim("STRING   ")

returns "STRING"