LTRIM

LTRIM

Description:

The MDX LTrim() function trims all whitespace on the right side of a string.

Syntax:

RTrim ( String_Expression )

Return Type:

SCALAR

Parameters:

Parameter

Description

Parameter

Description

String_Expression

It is a valid MDX expression that returns a string scalar value on which LTrim function is to be applied.

Example:

WITH MEMBER [Measures].[Result] AS LTrim(" STRING") SELECT [Measures].[Result] ON 0 FROM [CubeName]

 

Copyright Kyvos, Inc. 2026. All rights reserved.