NxMeasureInfo
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. The default value is no sorting. This parameter is optional. One of: 
  | 
	String | 
| qNumFormat | 
			 Sets the formatting of a field. The properties of qFieldAttributes and the formatting mechanism are described below. Formatting mechanismThe formatting mechanism depends on the type set in qType, as shown below: Information note 
In case of inconsistencies between the type and the format pattern, the format pattern takes precedence over the type. Type is DATE, TIME, TIMESTAMP or INTERVALThe following applies: 
 Type is INTEGERThe following applies: 
 Type is REALThe following applies: 
 Type is FIXThe following applies: 
 Type is MONEYThe following applies: 
 Type is ASCIINo formatting, qFmt is ignored.  | 
	FieldAttributes | 
| qMin | 
			 Lowest value in the range.  | 
	Number (double) | 
| qMax | 
			 Highest value in the range.  | 
	Number (double) | 
| qError | NxValidationError | |
| qReverseSort | 
			 If set to true, it inverts the sort criteria in the field.  | 
	Boolean | 
| 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 | 
| qAttrExprInfo | 
			 List of attribute expressions.  | 
	Array of NxAttrExprInfo | 
| qAttrDimInfo | 
			 List of attribute dimensions.  | 
	Array of NxAttrDimInfo | 
| qCalcCondMsg | 
			 The message displayed if calculation condition is not fulfilled.  | 
	String | 
| qLibraryId | 
			 Refers to a dimension stored in the library.  | 
	String | 
| qTrendLines | 
			 Calculated trendlines  | 
	Array of NxTrendline | 
| qMiniChart | NxMiniChart |