Click or drag to resize

Marking.setMarking Method

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

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.5
Syntax
JavaScript
function setMarking(markingName, dataTableName, whereClause, markingOperation);

Parameters

markingName
Type: System.string
The marking name in which to set the marking.
dataTableName
Type: System.string
The data table in which to set the marking.
whereClause
Type: System.string
An expression string with conditions for the data columns used to set the marking. For more information, see the documentation for the 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: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also