GenericObject SelectPivotCellsAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodSelectPivotCellsAsync(String, IEnumerable NxSelectionCell , Boolean, Boolean, String)
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 values of a pivot table. Only expanded dimensions can be selected.

To select the calculated values of a pivot table, use the SelectHyperCubeCells method.

** Stacked table **

Makes selections in the left dimension values of a stacked table.

There is no top dimensions in a stacked table.

** Example of a pivot table **

Public methodSelectPivotCellsAsync T (String, IEnumerable NxSelectionCell , Boolean, Boolean, Func Response, T , String)
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 values of a pivot table. Only expanded dimensions can be selected.

To select the calculated values of a pivot table, use the SelectHyperCubeCells method.

** Stacked table **

Makes selections in the left dimension values of a stacked table.

There is no top dimensions in a stacked table.

** Example of a pivot table **

Back to Top
See Also