StrToMember (MDX)
Converts a string to a member representation.
Parameters
Name | Type | Cardinality | Default value |
string-expression | one | ||
CONSTRAINED | zero-one |
Return
member
Description
Converts a string to its member representation.
- without the CONSTRAINED flag, the string can contain any valid MDX expression that can be converted into a MDX member.
- with the CONSTRAINED flag, only MDX member's name can be used. This allows to avoid code injection into the server.
See Also
LookupByKey LookupByName MemberToStr StrToLevel StrToSet StrToTuple StrToValue
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.