dbTalk Databases Forums  

Dimension Member

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


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



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

Default Dimension Member - 08-16-2005 , 06:55 AM






Hi Guys,

I have 2-level dimension say dimX. In my MDX, I am doing a cross join of
{[dimX].[Level 01].children}(28 members) with another dimension. So, in
my resultset 28 members gets repeated for say 5 times. I need to get
some kind of serial number for each the 28 members along with the name.
I need a measure that can use to identify a [dimX] member. Any help is
appreciated.



*** Sent via Developersdex http://www.developersdex.com ***

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

Default Re: Dimension Member - 08-16-2005 , 07:07 AM






Again, I am looking for some kind of index for the 28 members so I can
report based of that index in Reporting Services.



*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #3  
Old   
Elad
 
Posts: n/a

Default Re: Dimension Member - 08-16-2005 , 12:21 PM



Check out the Rank() function. You can use the Rank of the current member
of DimX within the set of 28 members.


"batman batman" <rvenkatasami (AT) hotmail (DOT) com> wrote

Quote:
Again, I am looking for some kind of index for the 28 members so I can
report based of that index in Reporting Services.



*** Sent via Developersdex http://www.developersdex.com ***



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.