RTrim

EssbaseのMDX RTrim()関数は、文字列の右側の空白をすべて削除します。

構文

RTrim ( string )

パラメータ

string

入力文字列。

RTrim("STRING   ")

"STRING"を返します