dbTalk Databases Forums  

DrilledDown member property WRONG on CROSSJOIN ?

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


Discuss DrilledDown member property WRONG on CROSSJOIN ? in the microsoft.public.sqlserver.olap forum.



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

Default DrilledDown member property WRONG on CROSSJOIN ? - 07-21-2004 , 10:40 AM






Hi,

How does ADOMD and ADOMD.NET Cellset DrilledDown property work ?
When I execute the following query:
SELECT { Measures.[unit sales] } on 0,
{ ( Customers.Canada, Gender.[All Gender] ), (Customers.USA, Gender.[All
Gender]), (Customers.USA, Gender.F), (Customers.USA, Gender.M),
(Customers.Mexico, Gender.[All Gender]) } on 1
FROM [Sales]

I get the following result for DrilledDown member Property on members of
dimension Gender:
(line1) Customers.Canada | Gender.[All Gender] (DrilledDown =
True)
(line2) Customers.USA | Gender.[All Gender] (DrilledDown =
True)
(line3) Customers.USA | Gender.[F] (DrilledDown =
False)
(line4) Customers.USA | Gender.[M] (DrilledDown = False)
(line5) Customers.Mexico | Gender.[All Gender] (DrilledDown =
False)

I expected line 1 to be different: it should be DrilledDown= False, as well
as line 5.

Am I wrong, is there a way to get correct Drilled status when using
crossjoin ?

Regards,

Davy Ramirez



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.