NxTreeNode
Represents a dimension in the tree.
Stability index
The Qlik Sense stability index indicates how stable or mature an API is. The NxTreeNode struct has the stability index: EXPERIMENTAL
Properties
| Name | Description | Type |
|---|---|---|
| qText | The text version of the value, if available. |
String |
| qElemNo | Element number. |
Integer |
| qNodeNr | A generated number applicable to this page only. Used so that children can easily identify who their parents are. |
Integer |
| qParentNode | The qNodeNr of this node's parent for the current page. |
Integer |
| qRow | Row index in the data matrix. The indexing starts from 0. |
Integer |
| qType | Type of the cell. One of:
|
String |
| qValues | The measures for this node. |
Array of NxTreeValue |
| qNodes | The children of this node in the tree structure. |
Array of NxTreeNode |
| qAttrExps | Attribute expression values. |
NxAttributeExpressionValues |
| qAttrDims | Attribute dimension values. |
NxAttributeDimValues |