NxStackedPivotCell
Properties
| Name | Description | Type | 
|---|---|---|
| qText | Some text. | String | 
| qElemNo | Rank number of the value. If set to -1, it means that the value is not an element number. | Integer | 
| qValue | Value of the cell. Is set to NaN , if the value is not a number. | Number (double) | 
| qCanExpand | If set to true, it means that the cell can be expanded. This parameter is not returned if it is set to false. | Boolean | 
| qCanCollapse | If set to true, it means that the cell can be collapsed. This parameter is not returned if it is set to false. | Boolean | 
| qType | Type of the cell. One of: 
 | String | 
| qMaxPos | Total of the positive values in the current group of cells. | Number (double) | 
| qMinNeg | Total of the negative values in the current group of cells. | Number (double) | 
| qUp | Number of elements that are part of the previous tail. | Integer | 
| qDown | Number of elements that are part of the next tail. | Integer | 
| qRow | Row index in the data matrix. The indexing starts from 0. | Integer | 
| qSubNodes | Information about sub nodes (or sub cells). The array is empty [ ] when there are no sub nodes. | Array of NxStackedPivotCell | 
| qAttrExps | NxAttributeExpressionValues | |
| qAttrDims | NxAttributeDimValues |