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.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.