Constructs a string in Multidimensional Expressions (MDX) format from a set.
SetToStr(«Set»)
The following example returns "{[Time].[1995], [Time].[1996]}":
"{[Time].[1995], [Time].[1996]}"
SetToStr({1995, 1996})
Submit feedback about this site to: