LTrim

EssbaseのMDX LTrim関数は、文字列の左側の空白をすべて削除します。

構文

LTrim ( string )

パラメータ

string

入力文字列。

LTrim("   STRING")

"STRING"を返します