Filtering operation definitions.
Used as argument to define how a set filter operation should be applied.

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

Syntax

JavaScript
spotfire.webPlayer.filteringOperation = function();
spotfire.webPlayer.filteringOperation.createEnum('spotfire.webPlayer.filteringOperation', false);

Members

Member nameValueDescription
ADD0Adds values specified in a FilterSettings object to the filter column.
REMOVE1Removes values specified in a FilterSettings object from the filter column.
REPLACE2Replaces all values in the filterColumn with the ones specified in a FilterSettings object. If the values contains invalid values, the operation will add all valid values and report an error message with the failed ones.
ADD_ALL3Adds all values to the filterColumn. The values property in FilterSettings must not be set.
REMOVE_ALL4Removes all values from the filterColumn. The values property in FilterSettings must not be set.
RESET5Resets the filterColumn to its default state.
ADDALL3 Adds all values to the filter. The values property in FilterSettings must not be set.
REMOVEALL4 Removes all values from the filter. The values property in FilterSettings must not be set.

Version Information

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

See Also