dbTalk Databases Forums  

Dimension Properties

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


Discuss Dimension Properties in the microsoft.public.sqlserver.olap forum.



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

Default Dimension Properties - 10-03-2003 , 11:31 AM






Greetings,

Can anybody please give me an MDX example to access the
properties of a level within a dimension. Heres the
scenario. I have a dimension that D1 that has two levels
L1 and L2. L2 has a member property P1. I want to access
this property in the MDX.

I'm trying to run this but its throwin an error

select non empty [D1].[L1].children DIMENSION PROPERTIES
[D1].[L2].P1 on columns, .....
from Cube1

Any help wud be greatly appreciated

Thanx,
Karthik

Reply With Quote
  #2  
Old   
Karthik
 
Posts: n/a

Default Dimension Properties - 10-03-2003 , 11:59 AM






select non empty [d1].[l1].children DIMENSION PROPERTIES
[d1].[l2].[p1] on columns, non empty ... on rows from
Cube1

Quote:
-----Original Message-----
Greetings,

Can anybody please give me an MDX example to access the
properties of a level within a dimension. Heres the
scenario. I have a dimension that D1 that has two levels
L1 and L2. L2 has a member property P1. I want to access
this property in the MDX.

I'm trying to run this but its throwin an error

select non empty [D1].[L1].children DIMENSION PROPERTIES
[D1].[L2].P1 on columns, .....
from Cube1

Any help wud be greatly appreciated

Thanx,
Karthik
.


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.