dbTalk Databases Forums  

MDX Range operator on dimensions with ROLAP storage mode

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


Discuss MDX Range operator on dimensions with ROLAP storage mode in the microsoft.public.sqlserver.olap forum.



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

Default MDX Range operator on dimensions with ROLAP storage mode - 09-16-2004 , 03:37 AM






I found out in a weird way that the MDX range operator ( apparently does
not work when a dimension's storage mode is set to ROLAP. I was able to
reproduce this very easily using the FoodMart 2000 database. By changing the
storage mode to ROLAP for dimension "Education Level" the following query:

select
{[Time].&[1997]} on columns,
{[Education Level].[All Education Level].&[Graduate Degree]:[Education
Level].[All Education Level].&[Partial High School]} on rows
from [Sales]

fails with a "Cells cannot be created for this cellset because one of the
axes contains no positions".

Is anybody aware of this problem? Is there a way around this?
Note that, since my real life app generates MDX, just creating another MDX
is only an option if there is information available through ODBO, which I
haven't found yet, to base this decision on.

Any info related to this problem would be very much appreciated.

Thanks,

Hubert

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.