TupleToStr

Analysis Services

Analysis Services

TupleToStr

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

Syntax

TupleToStr(«Tuple»)

Example

The following example returns "([Time].[1995], [Regions].[All Regions].[Europe].[France])":

TupleToStr(France, 1995)