dbTalk Databases Forums  

MDX LIMITATION?

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


Discuss MDX LIMITATION? in the microsoft.public.sqlserver.olap forum.



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

Default MDX LIMITATION? - 06-02-2005 , 11:31 AM






Dear all,

I'm writing a querie like that:

SELECT {[Measures].[Dec Values Orig]}
ON AXIS(0),
{[WHOLESALERS].[All WHOLESALERS].[A1] , [WHOLESALERS].[All
WHOLESALERS].[W341] , [WHOLESALERS].[All WHOLESALERS].[W2213] }
ON AXIS(1),
{[PRODUCT].[All PRODUCT].[TOTAL MARKET].[A J
GABERTH].[F.G.D.36069#&@F.G.D.].[GOTAS 15ML3606910#&@GOTAS 15ML]}
ON AXIS(2)

FROM KF_COM_20050101_CO_COM_C00000
WHERE [PERIOD].[All PERIOD]

But appears a warning notifying the following:

"cellsets with more than two axes are not supported by MDX"

Any comment?

Thanks a lot,

Reply With Quote
  #2  
Old   
Chris Webb
 
Posts: n/a

Default RE: MDX LIMITATION? - 06-02-2005 , 03:46 PM






Are you using MDX Sample App? Your query looks ok and MDX does support
queries with more than two axes, but MDX Sample App only supports queries
with one or two axes (I guess for display reasons). If you write some code to
execute the same query, you'll probably find it runs ok.

HTH,

Chris
--
Blog at:
http://spaces.msn.com/members/cwebbbi/


"Enric" wrote:

Quote:
Dear all,

I'm writing a querie like that:

SELECT {[Measures].[Dec Values Orig]}
ON AXIS(0),
{[WHOLESALERS].[All WHOLESALERS].[A1] , [WHOLESALERS].[All
WHOLESALERS].[W341] , [WHOLESALERS].[All WHOLESALERS].[W2213] }
ON AXIS(1),
{[PRODUCT].[All PRODUCT].[TOTAL MARKET].[A J
GABERTH].[F.G.D.36069#&@F.G.D.].[GOTAS 15ML3606910#&@GOTAS 15ML]}
ON AXIS(2)

FROM KF_COM_20050101_CO_COM_C00000
WHERE [PERIOD].[All PERIOD]

But appears a warning notifying the following:

"cellsets with more than two axes are not supported by MDX"

Any comment?

Thanks a lot,

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.