Click or drag to resize

FilterColumn Constructor

Constructor for a FilterColumn.
This is used in the set filter functions Filtering.setFilter and Filtering.setFilters.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.FilterColumn = function(filteringSchemeName, dataTableName, dataColumnName, settings);

Parameters

filteringSchemeName
Type: Systemstring
The name of the filtering scheme.
dataTableName
Type: Systemstring
The name of the data table.
dataColumnName
Type: Systemstring
The name of the data column.
settings
Type: spotfire.webPlayerFilterSettings
The value/settings to apply to the filter.
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