LookUpCube

Returns the value of a Multidimensional Expressions (MDX) expression evaluated over another specified cube in the same database.

Syntax

LookupCube(Cube_Name, Numeric_Expression ) LookupCube(Cube_Name, String_Expression )

Arguments

Cube_Name

A valid string expression that specifies the name of a cube.

Numeric_Expression

A valid numeric expression that is typically a Multidimensional Expressions (MDX) expression of cell coordinates that return a number.

String_Expression

A valid string expression that is typically a valid Multidimensional Expressions (MDX) expression of cell coordinates that returns a string.

Notes

Examples

with member measure.SSSSSS as lookUpCube("logistics.test", "(measure.cost)") select { ( measure.[sales amount] ), (measure.SSSSSS) } on 0, children(Calendar.[ALL].[2021]) on 1 from [Online Store] ;
sales amount SSSSSS
Q1 4320 123722340.5395404
Q2 4320 123722340.5395404
Q3 22088 123722340.5395404
Q4 21231 123722340.5395404
About

What is EuclidOLAP?
Architecture
Code & Docs

EuclidOLAP
Olap Web Console
Getting Started
Download
Community


Contact Us

euclidolap@outlook.com
Copyright © 2023 euclidolap.com. All Rights Reserved