Description:
This function reads a point from a PowerOLAP cube in a database. You must specify the cube to read from. You must specify a member for each dimension in the cube. Important: The members must be in the exact order of the dimensions in the remote cube. The CUBERead function allows the user to pull in values from any Cube in the same PowerOLAP database that is opened. The dimensions and their members in the cube in PowerOLAP must be an imitation of the dimensions and the members of the source cube. They also must be created in the same order of the dimensions in the remote cube. Although the cube in PowerOLAP must contain all the dimensions that exist within the source cube, however those dimensions need not contain all the members in the cube. You may create only those members within which you want to populate values, and display the same. These member names in which you pull in values, must match exactly with the member names in the source database and even a small typing error can be responsible for not pulling in values from the source cube because an exact match is completely necessary.>
Syntax: CUBEREAD (Cube, Member1, Member2,…)
Remarks
Example
Let us use "UsingPO" database to illustrate this example. The dimensions and their members in the "Future Year Model" are an imitation of the dimensions and the members of the cube "Current Year Model". We are pulling in data from--. In this example we are reading data into Current Model cube in PowerOLAP from "Using PO database".
This formula above reads values from the "Future Year Model" cube in the same database into the "Current Year Model Cube".