Skip to main content Skip to complementary content

expandLeft method

expandLeft(qRow, qCol, qAll)

Method used to expand the left dimensions of a pivot table. Only works for hypercubes with qMode = P which are not always fully expanded.

Since:
  • 2.0

Parameters

Name Type Description
qRow Number Row index.
qCol Number Column index.
qAll Boolean

Optional.

If set to true, qRow and qCol are ignored and all cells are expanded.

Returns

Returns a promise of a RPC return.

Tip noteFor more information regarding a promise, see http://docs.angularjs.org/api/ng.$q.

Examples

Example:  

this.backendApi.expandLeft( 0, 0, true );

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!