NxMeasureInfo
Overview
Layout for NxInlineMeasureDef.
Properties
| Name | Description | Type |
|---|---|---|
| qFallbackTitle |
Corresponds to the label of the measure. If the label is not defined then the measure name is used. |
String |
| qApprMaxGlyphCount | Length of the longest value in the field. | Integer |
| qCardinal | Number of distinct field values. | Integer |
| qSortIndicator |
Sort indicator. This parameter is optional. The default value is no sorting. |
One of:
|
| qNumFormat |
Format of the field. This parameter is optional. |
FieldAttributes |
| qIsAutoFormat | This parameter is set to true if qNumFormat is set to U (unknown). The engine guesses the type of the field based on the field's expression. | Boolean |
| qMin | Lowest value in the range. | Double precision floating point |
| qMax | Highest value in the range. | Double precision floating point |
| qError |
This parameter is optional. Gives information on the error. |
Null or NxValidationError |
| qReverseSort | If set to true, it inverts the sort criteria in the field. | Boolean |
| qAttrExprInfo | List of attribute expressions. | Array of NxAttrExprInfo |