Avg
IIf
Lag
Max
Min
Mtd
Qtd
Sum
Var
Wtd
Ytd
Expand Minimize
This topic has not yet been rated - Rate this topic

NameToSet (MDX)

Returns a set that contains the member specified by a Multidimensional Expressions (MDX)–formatted string.


          

NameToSet(Member_Name) 
        
Member_Name

A valid string expression that represents the name of a member.

If the specified member name exists, the NameToSet function returns a set containing that member. Otherwise, the function returns an empty set.

Note Note

The specified member name must only be a member name; it cannot be a member expression. To use a member expression, see StrToSet (MDX).

Example

The following returns the default measure value for the specified member name.

SELECT NameToSet('[Date].[Calendar].[July 2001]') ON 0
FROM [Adventure Works]
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.