NxTreeDimensionInfo Class
Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxTreeDimensionInfo
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxTreeDimensionInfo : AbstractStructure, IDisposable, INxTreeDimensionInfo, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxTreeDimensionInfo() | Creates an instance of the NxTreeDimensionInfo class | 
Properties
| Name | Description | 
|---|---|
| ApprMaxGlyphCount | Length of the longest value in the field. JSON property name: qApprMaxGlyphCount | 
| AttrDimInfo | List of attribute dimensions. JSON property name: qAttrDimInfo | 
| AttrExprInfo | List of attribute expressions. JSON property name: qAttrExprInfo | 
| CalcCondMsg | The message displayed if calculation condition is not fulfilled. JSON property name: qCalcCondMsg | 
| Cardinal | Number of distinct field values. JSON property name: qCardinal | 
| Cardinalities | Dimension Cardinalities JSON property name: qCardinalities | 
| ContinuousAxes | Is continuous axis used. JSON property name: qContinuousAxes | 
| DerivedField | Is derived field is used as a dimension. JSON property name: qDerivedField | 
| DimensionType | Binary format of the field. JSON property name: qDimensionType | 
| Error | This parameter is optional. Gives information on the error. JSON property name: qError | 
| FallbackTitle | Corresponds to the label of the dimension that is selected. If the label is not defined then the field name is used. JSON property name: qFallbackTitle | 
| GroupFallbackTitles | Array of dimension labels. Contains the labels of all dimensions in a hierarchy group (for example the labels of all dimensions in a drill down group). JSON property name: qGroupFallbackTitles | 
| GroupFieldDefs | Array of field names. JSON property name: qGroupFieldDefs | 
| Grouping | Defines the grouping. JSON property name: qGrouping | 
| GroupPos | Index of the dimension that is currently in use. 
             JSON property name: qGroupPos | 
| IsAutoFormat | This parameter is set to true if  JSON property name: qIsAutoFormat | 
| IsCalculated | True if this is a calculated dimension. JSON property name: qIsCalculated | 
| IsCyclic | Is a cyclic dimension used. JSON property name: qIsCyclic | 
| IsOneAndOnlyOne | If set to true, it means that the field always has one and only one selected value. JSON property name: qIsOneAndOnlyOne | 
| IsSemantic | If set to true, it means that the field is a semantic. JSON property name: qIsSemantic | 
| LibraryId | Refers to a dimension stored in the library. JSON property name: qLibraryId | 
| Locked | Is set to true if the field is locked. JSON property name: qLocked | 
| Max | Maximum value. JSON property name: qMax | 
| MeasureInfo | A List of measures to be calculated on this TreeDimension. JSON property name: qMeasureInfo | 
| Min | Minimum value. JSON property name: qMin | 
| NumFormat | Format of the field. This parameter is optional. JSON property name: qNumFormat | 
| ReverseSort | If set to true, it inverts the sort criteria in the field. JSON property name: qReverseSort | 
| SortIndicator | Sort indicator. The default value is no sorting. This parameter is optional. JSON property name: qSortIndicator | 
| StateCounts | Number of values in a particular state. JSON property name: qStateCounts | 
| Tags | Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII JSON property name: qTags |