Create offline cube files (.cub) with OlapCube. Download Now!


table of contents

StrToTuple

Constructs a tuple from a specified string expression in Multidimensional Expressions (MDX) format.

Syntax

StrToTuple(«String Expression»)

Example

The following example returns (Sales, [1994]):

StrToTuple("(Sales, [1994])")