OLAP cube have many dimensions. Dimensions of an OLAP cube represent the field of the flat data. for example:
OLAP cube have many dimensions. Dimensions of an OLAP cube represent the field of the flat data. for example:OLAP cube have many dimensions. Dimensions of an OLAP
cube represent the field of the flat data. for example:
value:Object = {
product:"monitor"
month :"Jan"
price: "7000",
}
The data fields of each record contains the following values:
1. The product field values like: monitor.
2. The month values like: Jan.
3. The price field values like: 7000.
You can create two dimensions: Month, product. The value along each dimension of
the cube is called a member. The value at any point in the cube defined by the
two dimensions is called a measure of the cube.