The trstats tree specifies all settings for the mstackstats X-Function.
Syntax: trstats.Treenode:=<value>
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| mean | Mean | int | 1 | Specify whether to generate the matrix object with mean value of all objects in the sheet. |
| sd | SD | int | 0 | Specify whether to generate the matrix object with standard deviation value of all objects in the sheet. |
| n | N | int | 0 | Specify whether to generate the matrix object with number of the objects in the source matrix sheet. |
| min | Min | int | 0 | Specify whether to generate the matrix object with minimum value of all objects in the sheet. |
| max | Max | int | 0 | Specify whether to generate the matrix object with maximum value of all objects in the sheet. |
| median | Median | int | 0 | Specify whether to generate the matrix object with median value of all objects in the sheet. |
| sum | Sum | int | 0 | Specify whether to generate the matrix object with sum value of all objects in the sheet. |