Type Alias NxDerivedField

type NxDerivedField = {
    qExpr?: string;
    qId?: string;
    qMethod?: string;
    qName?: string;
    qTags?: string[];
}
Index

Properties

qExpr?: string

Expression of the derived field. Example: If qName is OrderDate.MyDefinition.Year , the expression is as follows: =${Mydefinition(OrderDate).Year}

qId?: string

Identifier of the derived field. The identifier is unique.

qMethod?: string

Method name associated to the derived field.

qName?: string

Combination of field name, definition and method. Example: OrderDate.MyDefinition.Year

qTags?: string[]

List of tags.