NxLibraryMeasureDef Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- NxLibraryMeasureDef
 
 
 - 
          AbstractStructure
          
 
Syntax
[ValueClass]
public class NxLibraryMeasureDef : AbstractStructure, IDisposable, INxLibraryMeasureDef, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxLibraryMeasureDef() | 
           Creates an instance of the NxLibraryMeasureDef class  | 
      
Properties
| Name | Description | 
|---|---|
| ActiveExpression | 
           Index to the active expression in a measure. JSON property name: qActiveExpression  | 
      
| Def | 
           Definition of the measure. JSON property name: qDef  | 
      
| Expressions | 
           Array of expressions. JSON property name: qExpressions  | 
      
| Grouping | 
           Used to define a cyclic group or drill-down group. Default value is no grouping. This parameter is optional. JSON property name: qGrouping  | 
      
| Label | 
           Label of the measure. JSON property name: qLabel  | 
      
| LabelExpression | 
           Optional expression used for dynamic label. JSON property name: qLabelExpression  | 
      
| NumFormat | 
           Format of the field. This parameter is optional. JSON property name: qNumFormat  |