Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

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