Click or drag to resize
GenericObjectSelectPivotCellsAsync Method
Overload List
  NameDescription
Public methodSelectPivotCellsAsync(String, IEnumerableNxSelectionCell, Boolean, Boolean)
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension cells of a pivot table or in the data matrix. Only expanded dimensions can be selected.

** Stacked table **

Makes selections in the left dimension cells of a stacked table or in the data matrix.

There is no top dimensions in a stacked table.

** Example of a pivot table **

In the representation above:

Public methodSelectPivotCellsAsync(AsyncHandle, String, IEnumerableNxSelectionCell, Boolean, Boolean)
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension cells of a pivot table or in the data matrix. Only expanded dimensions can be selected.

** Stacked table **

Makes selections in the left dimension cells of a stacked table or in the data matrix.

There is no top dimensions in a stacked table.

** Example of a pivot table **

In the representation above:

Public methodSelectPivotCellsAsyncT(AsyncHandle, FuncResponse, T, String, IEnumerableNxSelectionCell, Boolean, Boolean)
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension cells of a pivot table or in the data matrix. Only expanded dimensions can be selected.

** Stacked table **

Makes selections in the left dimension cells of a stacked table or in the data matrix.

There is no top dimensions in a stacked table.

** Example of a pivot table **

In the representation above:

Top
See Also