ICrossedStructure
ICrossedStructure
The spec.ICrossedStructure
interface describes the specification of the structure (or layout) of a crossed table.
This interface is used to form a pentaho.data.spec.IMicTable
specification.
Name | Default Value | Description |
---|---|---|
rows : Array.<<code>string > | Names of discrete attributes, specified in the table model, that are to play the "crossed-row" role. Can be empty or not be specified. | |
cols : Array.<<code>string > | Names of discrete attributes, specified in the table model, that are to play the "crossed-column" role. Can be empty or not be specified. | |
meas : Array.<<code>string > | Names of continuous attributes,specified in the table model, that are to play the "crossed-measure" role. Can be empty or not be specified. |
Source: doc-js/pentaho/data/spec/ICrossedStructure.jsdoc, line 17