STRTOMEMBER
Description:
This function is used to return the member specified by a Multidimensional Expressions (MDX)-formatted string.
Syntax:
StrToMember(Member_Name [,CONSTRAINED] )
Return type:
MEMBER
Parameters:
Parameter | Description |
|---|---|
Member_Name | It is a valid string expression specifying, directly or indirectly, a member. |
Example:
select
[Measures].[Internet Order Quanlity] on 0,
STRTOMEMBER("[Customer].[Geography].[Country].&[Australia]") on 1
from [AdventureWorksMF]