dbTalk Databases Forums  

Retrieve Cell Properties using MDX

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Retrieve Cell Properties using MDX in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cct
 
Posts: n/a

Default 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



Reply With Quote
  #2  
Old   
Sophie Guo [MSFT]
 
Posts: n/a

Default RE: Retrieve Cell Properties using MDX - 09-08-2005 , 02:24 AM






Hello,

You may want to refer to the information in the following web site:

Using Cell Properties
http://msdn.microsoft.com/library/de...us/olapdmad/ag
mdxadvanced_11yr.asp

I hope the information is helpful.

Sophie Guo
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.