NxTreeNode
Represents a dimension in the tree.
This API is reliable and breaking changes are unlikely.
Properties
Name | Description | Type |
---|---|---|
qText |
The text version of the value, if available. |
String |
qValue |
Value of the cell. Is set to NaN , if the value is not a number. |
Number (double) |
qElemNo |
Element number. |
Integer |
qGroupPos |
The position of this node inside it's group in the complete tree, i.e. Not dependant om what part is fetched. |
Integer |
qGroupSize |
Nbr of nodes connected to this node on the next level of the tree. Not dependant on what part is fetched. |
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 fetched tree structure. |
Array of NxTreeNode |
qAttrExps | NxAttributeExpressionValues | |
qAttrDims | NxAttributeDimValues | |
qMaxPos |
Total of the positive values in the current group of cells. |
Array of Number |
qMinNeg |
Total of the negative values in the current group of cells. |
Array of Number |
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 |
qState |
Selection State of the value. The default state for a measure is L(Locked). One of:
|
String |
qTreePath |
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. |
Array of Integer |
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!