Slices data cube according to the pivot table configuration (dimensions/measures).
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
protected virtual IPivotData Slice( IPivotData pvtData, string[] dims, int[] measures )
Parameters
- pvtData
- Type: NReco.PivotDataIPivotData
data cube instance - dims
- Type: SystemString
pivot table dimensions - measures
- Type: SystemInt32
pivot table measures
Return Value
Type: IPivotDatadata cube that contains only specified dimensions/measures
See Also