Click or drag to resize
INxDerivedField Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface INxDerivedField : IAbstractStructure

The INxDerivedField type exposes the following members.

Properties
  NameDescription
Public propertyExpr
Expression of the derived field. Example: If qName is OrderDate.MyDefinition.Year, the expression is as follows: =${Mydefinition(OrderDate).Year}
Public propertyId
Identifier of the derived field. The identifier is unique.
Public propertyMethod
Method name associated to the derived field.
Public propertyName
Combination of field name, definition and method. Example: OrderDate.MyDefinition.Year
Public propertyTags
List of tags.
Top
See Also