Skip to main content Skip to complementary content

expandTop method

expandTop(qRow, qCol, qAll)

Method used to expand the top 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.expandTop( 0, 1 );

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!