Retrieve Cell Properties using MDX -
09-07-2005
, 05:21 AM
Dear all,
Is there anyway to retrieve cell properties information using MDX?
for eg, this will retrieve properties information
with member [Measures].[Store Sqft] as
'Store.currentmember.properties("Store Sqft")'
any way to get cell properties FORMAT_STRING information?
Member [Measures].[Format] as '[Measures].[Unit
Sales].CELLPROPERTIES("FORMAT_STRING")' ???
SELECT {[Measures].[StoreName],[Measures].[Store Sqft]} on Columns,
{Store.[Store Name].members}
on rows
FROM SALES
Where [Time].[1997]
CELL PROPERTIES VALUE, FORMATTED_VALUE, FORMAT_STRING, FORE_COLOR,
BACK_COLOR
Thanks in advance.
cc |