NxAttrExprDef Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - NxAttrExprDef
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class NxAttrExprDef : AbstractStructure, IDisposable, INxAttrExprDef, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxAttrExprDef() | Creates an instance of the NxAttrExprDef class | 
Properties
| Name | Description | 
|---|---|
| Attribute | If set to true, this measure will not affect the number of rows in the cube. JSON property name: qAttribute | 
| Expression | Definition of the attribute expression. Example:  JSON property name: qExpression | 
| Label | Label of the attribute expression. JSON property name: qLabel | 
| LabelExpression | Optional expression used for dynamic label. JSON property name: qLabelExpression | 
| LibraryId | Definition of the attribute expression stored in the library. Example:  JSON property name: qLibraryId | 
| NumFormat | Format of the field. This parameter is optional. JSON property name: qNumFormat |