RuntimeFilter
Table of Contents
A filter that can be applied to ThoughtSpot answers, Liveboards, or visualizations at runtime.
Index🔗
Properties🔗
columnName🔗
columnName: string
The name of the column to filter on (case-sensitive)
operator🔗
operator: RuntimeFilterOp
The operator to apply
values🔗
values: string | number | bigint | boolean[]
The list of operands. Some operators like EQ, LE accept a single operand, whereas other operators like BW and IN accept multiple operands.