Home Tutorial Flex Flex4 Components About OLAP Cube in OLAP DataGrid in Flex4

 
 

About OLAP Cube in OLAP DataGrid in Flex4
Posted on: June 18, 2010 at 12:00 AM
OLAP cube have many dimensions. Dimensions of an OLAP cube represent the field of the flat data. for example:

About OLAP Cube in OLAP DataGrid in Flex4:

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.

Related Tags for About OLAP Cube in OLAP DataGrid in Flex4:


Ask Questions?

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.