dbTalk Databases Forums  

can't drillthrough when a measure is hidden???

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


Discuss can't drillthrough when a measure is hidden??? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jéjé
 
Posts: n/a

Default can't drillthrough when a measure is hidden??? - 09-15-2006 , 02:10 PM






Hi,

I have added a new measure group with only 1 hidden measure on it.
the purpose of this measure group is to allow me to drill on a different
table then the fact table.

but if the measure is hidden I can't execute the drillthrough, in fact there
is nothing returned.
if the measure is visible in the cube then the drill works fine.

My non working query:
drillthrough select

(dimension1.member,dimension2.member....) on 0

from <mycube>

where ([Measures].[HiddenMeasure])

My working query:
drillthrough select

(dimension1.member,dimension2.member....) on 0

from <mycube>

where ([Measures].[VisibleMeasure])



what can I do?
is it a bug?

thanks.

Jerome.



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.