NxInlineDimensionDef Class
Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxInlineDimensionDef
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxInlineDimensionDef : AbstractStructure, IDisposable, INxInlineDimensionDef, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxInlineDimensionDef() | Creates an instance of the NxInlineDimensionDef class | 
Properties
| Name | Description | 
|---|---|
| ActiveField | Index of the active field in a cyclic dimension. This parameter is optional. The default value is 0. This parameter is used in case of cyclic dimensions (  JSON property name: qActiveField | 
| FieldDefs | Array of field names. When creating a grouped dimension, more than one field name is defined. This parameter is optional. JSON property name: qFieldDefs | 
| FieldLabels | Array of field labels. This parameter is optional. JSON property name: qFieldLabels | 
| Grouping | Used to define a cyclic group or drill-down group. Default value is no grouping. This parameter is optional. JSON property name: qGrouping | 
| LabelExpression | Label expression. This parameter is optional. JSON property name: qLabelExpression | 
| NumberPresentations | Defines the format of the value. This parameter is optional. JSON property name: qNumberPresentations | 
| ReverseSort | If set to true, it inverts the sort criteria in the field. JSON property name: qReverseSort | 
| SortCriterias | Defines the sorting criteria in the field. Default is to sort by alphabetical order, ascending. This parameter is optional. JSON property name: qSortCriterias |