expandLeft method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
backendApi.expandLeft(qRow, qCol, qAll)
Expands the left dimensions of a pivot table. Only works for hypercubes with qMode = P which are not always fully expanded.
Version history
Version state | Details |
---|---|
Introduced | 2.0 |
Parameters
qRow
Type: Number
Row index.
qCol
Type: Number
Column index.
qAll
Type: Boolean
Optional.
If set to true, qRow and qCol are ignored and all cells are collapsed.
Returns
A promise of a Qlik associative engine reply.
Tip noteFor more information regarding a promise, see The Promise API.
Examples
Example:
this.backendApi.expandLeft( 0, 0, true );