[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This view compiles OLAP cubes for the specified fields. New data from the parent view is entered into one or more fact cubes (see MultidimCube). Old data from the parent view is removed from a fact cube. The dimensions of the fact cube are specified as parameters to the view. The fact cube can be one-dimensional, two-dimensional (tabular) or 3-dimenstional (tabular with pages). Parameters are: A mandatory array of derived measure names, such as "count", "stddev" etc., (see ViewFieldEnum) A mandatory measure field name. This field supplies the fact values in the cells of the cube. A mandatory column field name. This field supplies the members of dimension zero (column, 1-dim). An optional row field name. This field supplies the members of dimension one (row, 2-dim). An optional page field name. This field supplies the members of dimension two (page, 3-dim). The view post new data to child views that contains a Map with the Cube (see Cube). It does not post old data.

The following tables list the members exposed by the MultiDimStatsView type.

Public Properties

  NameDescription
ColumnField
Get or sets the name of the field to extract the column values from.

DerivedMeasures
Gets or sets the names of measures to derive from facts.

EventType
Provides metadata information about the type of object the event collection contains.
(Overrides .EventType.)
FactCube
For unit testing, returns fact cube.

HasViews
Test is there are any views to the Viewable.
(Inherited from ViewSupport.)
Id
Gets the unique id for the view
(Inherited from ViewSupport.)
MeasureField
Gets or sets the name of the field to extract the measure values from.

PageField
Gets or sets the name of the field to extract the page values from.

Parent
Gets or sets the View's parent Viewable.
(Overrides .Parent.)
RowField
Gets or sets the row field.

ViewServiceContext
Gets or sets the context instances used by the view.