ExpandLeftAsync Method
Overloads
ExpandLeftAsync(String, Int32, Int32, Boolean) |
Expands the left 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 |
|
ExpandLeftAsync(AsyncHandle, String, Int32, Int32, Boolean) |
Expands the left 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 |
ExpandLeftAsync(String, Int32, Int32, Boolean)
Expands the left 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.
Declaration
Task ExpandLeftAsync([QixName("qPath")] string path, [QixName("qRow")] int row, [QixName("qCol")] int col, [QixName("qAll")] bool all)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be expanded.
For example, |
System.Int32 | row |
Row index in the data matrix to expand. Indexing starts from 0. |
System.Int32 | col |
Column index. The index is based on the left dimension indexes. Indexing starts from 0. |
System.Boolean | all |
If set to true, it expands all cells.
Parameters |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
ExpandLeftAsync(AsyncHandle, String, Int32, Int32, Boolean)
Expands the left 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.
Declaration
Task ExpandLeftAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qRow")] int row, [QixName("qCol")] int col, [QixName("qAll")] bool all)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | path |
Path to the definition of the object to be expanded.
For example, |
System.Int32 | row |
Row index in the data matrix to expand. Indexing starts from 0. |
System.Int32 | col |
Column index. The index is based on the left dimension indexes. Indexing starts from 0. |
System.Boolean | all |
If set to true, it expands all cells.
Parameters |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
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!