dbTalk Databases Forums  

Newbie MDX query question / problem

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


Discuss Newbie MDX query question / problem in the microsoft.public.sqlserver.olap forum.



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

Default Newbie MDX query question / problem - 09-23-2004 , 12:45 PM






I have a cube that has 3 diemsions. I am using Chartfx to display the data
visually.
I need to show all the dimensions in the cube.
I can use NonEmptyCrossJoin to get to 2 of the dimensions, but I am unsure
of how to return more.
Ideally, I would like to return the whole cube via an mdx query.

Any help is greatly appreciated.
Thanks

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

Default Re: Newbie MDX query question / problem - 10-06-2004 , 05:23 PM






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

Quote:
I have a cube that has 3 diemsions. I am using Chartfx to display the data
visually.
I need to show all the dimensions in the cube.
I can use NonEmptyCrossJoin to get to 2 of the dimensions, but I am unsure
of how to return more.
Ideally, I would like to return the whole cube via an mdx query.

Any help is greatly appreciated.
Thanks
If you are using a somewhat recent version of ChartFX (and the OLAP
extension) you can write your MDX like this

SELECT XX on axis(0),YY on axis(1), ZZ on axis(2) from Cube

Regards,

JuanC


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.