Runtime filter operators

Runtime filters have several operators you can use to filter your embedded Liveboards and visualizations.

Starting in May 2022, ThoughtSpot rebranded pinboards as Liveboards. For backward compatibility, we currently support internal processes and external methods that use the older naming convention.

This list contains all the filter operators you can use with runtime filters.

EQ

Equals. 1 value.

NE

Does not equal. 1 value.

LT

Less than. 1 value.

LE

Less than or equal to. 1 value.

GT

Greater than. 1 value.

GE

Greater than or equal to. 1 value.

CONTAINS

Contains. 1 value.

BEGINS_WITH

Begins with. 1 value.

ENDS_WITH

Ends with. 1 value.

BW_INC_MAX

Between inclusive of the higher value. 2 values.

BW_INC_MIN

Between inclusive of the lower value. 2 values.

BW_INC

Between inclusive. 2 values.

BW

Between non-inclusive. 2 values.

IN

Is included in this list of values. Multiple values.


Was this page helpful?