Click or drag to resize

MarkingsetMarking Method

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

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

Parameters

markingName
Type: Systemstring
The marking name in which to set the marking.
dataTableName
Type: Systemstring
The data table in which to set the marking.
whereClause
Type: Systemstring
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.webPlayermarkingOperation
A marking operation to use when marking. The different options are expaned in markingOperation.
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