dbTalk Databases Forums  

CurrentMember.Properties("key")

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


Discuss CurrentMember.Properties("key") in the microsoft.public.sqlserver.olap forum.



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

Default CurrentMember.Properties("key") - 01-21-2006 , 11:33 PM






Hi Everyone,
I have Program Dimension:
*OperatorType (Internet,Radio,TV etc')
**OperatorName (Radio station,Channel etc')
***ProgramName (program name)

If i want to show the OperatorType key i use the:
[program].CurrentMember.Properties("Key")

with
MEMBER [Measures].[OperatorTypeID]] as
'[program].CurrentMember.Properties("Key") '

SELECT Non Empty
{[Measures].[AdvID],[Measures].[AdvSize],[Measures].[Price],[Measures].[OperatorTypeID]} ON COLUMN,
[Program].[OperatorName].members on rows
from adv_small


but what should I do if i want to show the OperatorType Key and
OperatorName (which is leve down OperatorType) Key?

thanks

Reply With Quote
  #2  
Old   
Ruby Nadler
 
Posts: n/a

Default RE: CurrentMember.Properties("key") - 01-22-2006 , 04:33 AM






NEVER MIND I GOT IT

"Ruby Nadler" wrote:

Quote:
Hi Everyone,
I have Program Dimension:
*OperatorType (Internet,Radio,TV etc')
**OperatorName (Radio station,Channel etc')
***ProgramName (program name)

If i want to show the OperatorType key i use the:
[program].CurrentMember.Properties("Key")

with
MEMBER [Measures].[OperatorTypeID]] as
'[program].CurrentMember.Properties("Key") '

SELECT Non Empty
{[Measures].[AdvID],[Measures].[AdvSize],[Measures].[Price],[Measures].[OperatorTypeID]} ON COLUMN,
[Program].[OperatorName].members on rows
from adv_small


but what should I do if i want to show the OperatorType Key and
OperatorName (which is leve down OperatorType) Key?

thanks

Reply With Quote
  #3  
Old   
Vladimir Chtepa
 
Posts: n/a

Default Re: CurrentMember.Properties("key") - 01-24-2006 , 08:13 AM



Hi

Could you tell us how do you get it?

Vladimir Chtepa

"Ruby Nadler" <RubyNadler (AT) discussions (DOT) microsoft.com> schrieb im Newsbeitrag
news:EE253CA7-C0EB-4603-A850-9E6EBA0C3BA7 (AT) microsoft (DOT) com...
Quote:
NEVER MIND I GOT IT

"Ruby Nadler" wrote:

Hi Everyone,
I have Program Dimension:
*OperatorType (Internet,Radio,TV etc')
**OperatorName (Radio station,Channel etc')
***ProgramName (program name)

If i want to show the OperatorType key i use the:
[program].CurrentMember.Properties("Key")

with
MEMBER [Measures].[OperatorTypeID]] as
'[program].CurrentMember.Properties("Key") '

SELECT Non Empty
{[Measures].[AdvID],[Measures].[AdvSize],[Measures].[Price],[Measures].[OperatorTypeID]}
ON COLUMN,
[Program].[OperatorName].members on rows
from adv_small


but what should I do if i want to show the OperatorType Key and
OperatorName (which is leve down OperatorType) Key?

thanks



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.