Get the data columns that matches the search expression.

Remarks

For search syntax see TIBCO Spotfire user manual.

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function searchDataColumns(searchExpression, callback);

Parameters

searchExpression
Type: string
The search expression. For search syntax see TIBCO Spotfire user manual.
callback
Type: spotfire.webPlayer.DataTable.onGetDataColumnsCallback
A callback function with the following signature:
function(dataColumns) {}.
The parameter in the signature is an array of DataColumn.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2

See Also