dbTalk Databases Forums  

Find level of member in a Dimension

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


Discuss Find level of member in a Dimension in the microsoft.public.sqlserver.olap forum.



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

Default Find level of member in a Dimension - 11-04-2003 , 12:55 AM






How to find the level from dimension table for a member
using MDX.

Help on how to use function <<Member>>.Level in MDX.

Thanks in advance.



Reply With Quote
  #2  
Old   
Tom Chester
 
Posts: n/a

Default Re: Find level of member in a Dimension - 11-04-2003 , 12:44 PM






There's not much more too it. Maybe this foodmart example will shed light:

WITH
MEMBER Measures.LevelName AS
'Product.CurrentMember.Level.Name'
SELECT
{Measures.LevelName} on axis(0),
Product.Members on axis(1)
FROM Sales

tom @ the domain below
www.tomchester.net


"jagan sv" <jagan_sv (AT) yahoo (DOT) com> wrote

Quote:
How to find the level from dimension table for a member
using MDX.

Help on how to use function <<Member>>.Level in MD

Thanks in advance.





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.