ColumnExpression Properties TIBCO Spotfire 7.6 API Reference

The ColumnExpression type exposes the following members.

Properties

  Name Description
Public property Alias
Get the alias (name) of the calculated column if there is an AS part of the column expression.
Public property ColumnNames
Get the names of all column names referenced in the expression.
Public property ErrorDisplayMessage
Get the localized error message if the expression is invalid, null otherwise.
Public property ErrorExpression
Get the expression that could not be parsed if it exists, if the expression is valid then this property is null.
Public property ErrorMessage
Get the error message if the expression is invalid, null otherwise.
Public property Expression
Gets the expression as a string. This would exclude any alias (name) statement.
Public property HierarchyNames
Get all hierarchy names referenced in the expression.
Public property IsValid
True if the expression is valid, false otherwise.
Public property MethodNames
Get the names of all the methods which are referenced in the expression.
Top
See Also

Reference