| INxDerivedField Interface |
Namespace: Qlik.Engine
The INxDerivedField type exposes the following members.
| Name | Description | |
|---|---|---|
| Expr | Expression of the derived field.
Example:
If qName is OrderDate.MyDefinition.Year, the expression is as follows:
=${Mydefinition(OrderDate).Year} | |
| Id | Identifier of the derived field.
The identifier is unique. | |
| Method | Method name associated to the derived field. | |
| Name | Combination of field name, definition and method.
Example:
OrderDate.MyDefinition.Year | |
| Tags | List of tags. |