Skip to main content Skip to complementary content

INxStackedPivotCell Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Syntax

[ValueClass]
public interface INxStackedPivotCell

Properties

Name Description
AttrDims

Attribute dimensions values.

JSON property name: qAttrDims

AttrExps

Attribute expressions values.

JSON property name: qAttrExps

CanCollapse

If set to true, it means that the cell can be collapsed.

This parameter is not returned if it is set to false.

JSON property name: qCanCollapse

CanExpand

If set to true, it means that the cell can be expanded.

This parameter is not returned if it is set to false.

JSON property name: qCanExpand

Down

Number of elements that are part of the next tail.

JSON property name: qDown

ElemNo

Rank number of the value.

If set to -1, it means that the value is not an element number.

JSON property name: qElemNo

MaxPos

Total of the positive values in the current group of cells.

JSON property name: qMaxPos

MinNeg

Total of the negative values in the current group of cells.

JSON property name: qMinNeg

Row

Row index in the data matrix.

The indexing starts from 0.

JSON property name: qRow

SubNodes

Information about sub nodes (or sub cells).

The array is empty when there are no sub nodes.

JSON property name: qSubNodes

Text

Some text.

JSON property name: qText

Type

Type of the cell.

JSON property name: qType

Up

Number of elements that are part of the previous tail.

JSON property name: qUp

Value

Value of the cell.

Is set to NaN , if the value is not a number.

JSON property name: qValue

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!