Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 MDX Custom String

Author  Topic 

cipriani1984
Constraint Violating Yak Guru

304 Posts

Posted - 2012-12-06 : 10:26:35
Hi,

Is it possible to display a custom bit of string in mdx query

Select
{ Measure.Value } on columns,
'Development' AS Label,
TimeDim.Jan on rows
FROM CUBE

Thanks
   

- Advertisement -