NxDerivedField Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
-
AbstractStructure
- NxDerivedField
-
AbstractStructure
Syntax
[ValueClass]
public class NxDerivedField : AbstractStructure, IDisposable, INxDerivedField, IAbstractStructureConstructors
| Name | Description |
|---|---|
| NxDerivedField() |
Creates an instance of the NxDerivedField class |
Properties
| Name | Description |
|---|---|
| Expr |
Expression of the derived field. Example: If
JSON property name: qExpr |
| Id |
Identifier of the derived field. The identifier is unique. JSON property name: qId |
| Method |
Method name associated to the derived field. JSON property name: qMethod |
| Name |
Combination of field name, definition and method. Example:
JSON property name: qName |
| Tags |
List of tags. JSON property name: qTags |