NxDerivedField
Properties
| Name | Description | Type |
|---|---|---|
| qId |
Identifier of the derived field. The identifier is unique. |
String |
| qName |
Combination of field name, definition and method. Example: OrderDate.MyDefinition.Year |
String |
| qMethod |
Method name associated to the derived field. |
String |
| qExpr |
Expression of the derived field. Example: If qName is OrderDate.MyDefinition.Year, the expression is as follows: =${Mydefinition(OrderDate).Year} |
String |
| qTags | List of tags. | Array of String |