/
CSTR
CSTR
Description:
This function is used to convert the given scalar value into a string value.
Syntax:
CSTR(Scalar_Expression)
Return Type:
SCALAR
Parameters:
Parameter | Description |
---|---|
Scalar_Expression | It is a valid MDX expression that returns a scalar value. |
Example:
WITH MEMBER [Measures].[X] AS CSTR([Measures].[Customer Count]) SELECT [Measures].[X] ON 0 FROM [AdventureWorksMF]
, multiple selections available,
Related content
CINT
CINT
More like this
CURRENTMEMBER
CURRENTMEMBER
More like this
AGGREGATE
AGGREGATE
More like this
ADDCALCULATEDMEMBERS
ADDCALCULATEDMEMBERS
More like this
CAPTION
CAPTION
More like this
CURRENT
CURRENT
More like this
Copyright Kyvos, Inc. All rights reserved.