dbTalk Databases Forums  

Please help me understand this MDX statement

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


Discuss Please help me understand this MDX statement in the microsoft.public.sqlserver.olap forum.



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

Default Please help me understand this MDX statement - 04-03-2004 , 03:13 AM






Hi,

I am in the process of learning MDX and would like to request the
details of what the following MDX statement is supposed to do:

LookUpCube("[Sales]","(Measures.[Store Sales],"
+time.currentmember.UniqueName+","+ Store.currentmember.UniqueName+")")

Thanks.

Reply With Quote
  #2  
Old   
Tom Chester
 
Posts: n/a

Default Re: Please help me understand this MDX statement - 04-03-2004 , 02:30 PM






The LookupCube function allows Cube A to lookup a cell value in Cube B. The
formula is referencing a cube named Sales. The second argument is a tuple
(cell address) formulated as a string, which specifies which cell to
reference.

public @ the domain below
www.tomchester.net

"Learner" <wantnospam (AT) email (DOT) com> wrote

Quote:
Hi,

I am in the process of learning MDX and would like to request the
details of what the following MDX statement is supposed to do:

LookUpCube("[Sales]","(Measures.[Store Sales],"
+time.currentmember.UniqueName+","+ Store.currentmember.UniqueName+")")

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.