ColumnReplacementCollection Add Method (String, ColumnSelection, IDataFormatter) TIBCO Spotfire 7.0 API Reference
Replace the columns in selection with one created from expression.

Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public ColumnReplacement Add(
	string expression,
	ColumnSelection selection,
	IDataFormatter formatter
)

Parameters

expression
Type: System String
The expression used to compute the column.
selection
Type: Spotfire.Dxp.Data.Transformations ColumnSelection
The columns to replace.
formatter
Type: Spotfire.Dxp.Data.Formatters IDataFormatter
The formatter to use for the resulting column.

Return Value

Type: ColumnReplacement
Remarks

Use ColumnNameSymbol in the expression if you wish to refer to the current column in selection. If expression does not contain an as-clause the old column name will be used. If selection contains more than one column the resulting names will be uniquefied
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also