Skip to main content Skip to complementary content

NxTreeNode Class

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

Represents a dimension in the tree.

Inheritance

  • System.Object
    • NxTreeNode

Syntax

[ValueClass]
public class NxTreeNode : INxTreeNode

Constructors

Name Description
NxTreeNode()

Properties

Name Description
AttrDims

Attribute dimension values.

JSON property name: qAttrDims

AttrExps

Attribute expression 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

ElemNo

Element number.

JSON property name: qElemNo

GroupPos

The position of this node inside it's group in the complete tree, i.e. Not dependant om what part is fetched.

JSON property name: qGroupPos

GroupSize

Nbr of nodes connected to this node on the next level of the tree. Not dependant on what part is fetched.

JSON property name: qGroupSize

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

Nodes

The children of this node in the fetched tree structure.

JSON property name: qNodes

Row

Row index in the data matrix.

The indexing starts from 0.

JSON property name: qRow

State

Selection State of the value.

The default state for a measure is L(Locked).

JSON property name: qState

Text

The text version of the value, if available.

JSON property name: qText

TreePath

The GroupPos of all prior nodes connected to this one, one position for each level of the tree.

If this node is attached directly to the root, this array is empty.

JSON property name: qTreePath

Type

Type of the cell.

JSON property name: qType

Value

Value of the cell.

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

JSON property name: qValue

Values

The measures for this node.

JSON property name: qValues

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!