ExpandTop method
Expands the top dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded. In the definition of the hypercube (in HyperCubeDef ), the parameter qAlwaysFullyExpanded must be set to false.
Parameters
Name | Description | Mandatory | Type |
---|---|---|---|
qPath |
Path to the definition of the object to be expanded. For example, /qHyperCubeDef . |
Yes | String |
qRow |
Row index. The index is based on the top dimension indexes. Indexing starts from 0. |
Yes | Integer |
qCol |
Column index in the data matrix. Indexing starts from 0. |
Yes | Integer |
qAll |
If set to true, it expands all cells. Parameters qRow and qCol are not used if qAll is set to true, but they need to be set (for example to 0). |
Yes | Boolean |
See also
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!