Sets a marking in the analysis specified by the input parameters.

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

Syntax

JavaScript
function setMarking(markingName, dataTableName, whereClause, markingOperation);

Parameters

markingName
Type: string
The marking name in which to set the marking.
dataTableName
Type: string
The data table in which to set the marking.
whereClause
Type: string
An expression string with conditions for the data columns used to set the marking. For more information, see the documentation for the TIBCO Spotfire Expression Language.
markingOperation
Type: spotfire.webPlayer.markingOperation
A marking operation to use when marking. The different options are expaned in markingOperation.

Version Information

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

See Also