dbTalk Databases Forums  

help to display diff dims in mdx select stmt

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


Discuss help to display diff dims in mdx select stmt in the microsoft.public.sqlserver.olap forum.



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

Default help to display diff dims in mdx select stmt - 04-03-2004 , 11:51 PM






hi,

I need to use three dimensions in an MDX select statement
in the row level. I tried it with the cross join but its
not working. can anyone help me in sorting this one out?

plz suggest me if there are any forums for MDX.


actually my result must be like this :

Column1 column2 column3

Dim1

Dim2

Dim3

Is this possible ? if so, plz help me.

Thank you

Bye,

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

Default Re: help to display diff dims in mdx select stmt - 04-04-2004 , 02:50 PM






With 3 dims you must nest Crossjoin functions. An easier way is to multiple
the sets, such as:

{ Drink.Children * {USA, Canada} * Measures.Members}

public @ the domain below
www.tomchester.net

"sunil" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
hi,

I need to use three dimensions in an MDX select statement
in the row level. I tried it with the cross join but its
not working. can anyone help me in sorting this one out?

plz suggest me if there are any forums for MDX.


actually my result must be like this :

Column1 column2 column3

Dim1

Dim2

Dim3

Is this possible ? if so, plz help me.

Thank you

Bye,



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.