DataFunctionExpressionFunctionCreateTERRExpressionAggregation Method

Spotfire 14.3 API Reference
Creates an aggregating expression function that will be executed using TERR when used in an expression.

Namespace:  Spotfire.Dxp.Data.DataFunctions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static DataFunctionExpressionFunction CreateTERRExpressionAggregation(
	string script,
	string name,
	string description,
	string section,
	DataType returnType
)

Parameters

script
Type: SystemString
The script.
name
Type: SystemString
The name of the method.
description
Type: SystemString
The description.
section
Type: SystemString
The method section.
returnType
Type: Spotfire.Dxp.DataDataType
The data type of the column returned from the TERR script.

Return Value

Type: DataFunctionExpressionFunction
The data function expression function.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference