DataFunctionExpressionFunctionCreateTERRExpressionAggregation Method TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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: 7.9, 7.8, 7.7, 7.12, 7.11, 7.10
See Also

Reference