Returns a set containing a single member based on a string expression containing a member name.
NameToSet(ĞMember Nameğ)
If the member name specified in ĞMember Nameğ exists, a set containing that member is returned. Otherwise, the NameToSet function returns an empty set.
The following function returns a set containing the [Quarter 1]
member of the Time
dimension:
NameToSet("[Time].[Quarter 1]")