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. |