NxDerivedGroup Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxDerivedGroup
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxDerivedGroup : AbstractStructure, IDisposable, INxDerivedGroup, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxDerivedGroup() | Creates an instance of the NxDerivedGroup class | 
Properties
| Name | Description | 
|---|---|
| FieldDefs | List of the derived fields in the group. JSON property name: qFieldDefs | 
| Grouping | Grouping type. The grouping should be either H or C (Grouping is mandatory for derived definitions). The parameter is mandatory. JSON property name: qGrouping | 
| Id | Identifier of the group. JSON property name: qId | 
| Name | Name of the derived group. JSON property name: qName |