Cubes¶
A cube is a multidimensional array of data. It is defined by a set of dimensions and stores values at the intersections of those dimensions.
For example, a Sales cube with Time, Product, and Region dimensions holds one value for each combination of month, product, and region.
Cubes are the primary containers for model values in OM Core. The default channel stores numeric or textual values, and additional channels may store presentation attributes such as fill color or font color. Rules operate on cubes, and views are built from them.