Action
    Preparing search index...

    Represents a Spotfire.Dxp.Data.DataTransformation that uses an Spotfire.Dxp.Data.Transformations.ExpressionTransformation to replace an existing column with a calculated column.

    2.0

    Hierarchy (View Summary)

    Index

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • obj: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object; otherwise, false.

    • Determines whether the specified object instances are considered equal.

      Parameters

      • objA: any

        The first object to compare.

      • objB: any

        The second object to compare.

      Returns boolean

      true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

    Default capability

    • get Expression(): string

      Gets or sets the expression that defines the resulting column.

      Returns string

      2.0

    • set Expression(value: string): void

      Parameters

      • value: string

      Returns void

    • get Name(): string

      Gets the display name of the transformation.

      Returns string

      2.0

    • get ResultColumnName(): string

      Gets or sets the name of the resulting column.

      Returns string

      Can be null or empty, in which case the original name is kept.

      2.0

    • set ResultColumnName(value: string): void

      Parameters

      • value: string

      Returns void

    • get TypeId(): TypeIdentifier

      Gets the type identifier for the data source.

      Returns TypeIdentifier

      2.0