how to get the customproperties of measures -
09-16-2003
, 09:39 AM
1>We added customproperties to measures by using DSO. Is it possible to
retrieve them from MDX?
2> How to retrieve the "Description" value for a measure from MDX?
For example, we can get
WITH member [Measures].[A] as '
[Measures].[Cost].Properties("CAPTION")'
or
WITH member [Measures].[A] as ' [Measures].[Cost].Properties("Name")'
But the following always give an error
WITH member [Measures].[A] as '
[Measures].[Cost].Properties("Description")'
--
Posted via http://dbforums.com |