| StrToSet | (standard MDX) |
Converts a string to a set representation.
Parameters
| Name | Type | Cardinality | Default value |
| string-expression | one | ||
| CONSTRAINED | zero-one |
Return
set
Description
Converts string to his set representation.
- without the CONSTRAINED flag, the string can contain any valid MDX expression that can be converted into a MDX set.
- with the CONSTRAINED flag, only set build with MDX member's name can be used. This allows to avoid code injection into the server.
See Also
SetToStr StrToLevel StrToMember StrToTuple StrToValue
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.
icCube OLAP version: 2.5.1 13-May-2012 02:21:10 GMT