Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

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.

Properties:
Name Default Value Description
rows : Array.<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.<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.<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