Runtime overrides

Runtime overrides

You can apply filters and adjust Parameter values on ThoughtSpot Liveboards and Answers at load time.

Runtime filters🔗

The runtime filters layer allows setting filter rules on Liveboards and Answers prior to load.

Developers can set runtime filters in the Visual Embed SDK in the Visual Embed SDK for the following embed components:

After the object loads, runtime filters can be adjusted using the HostEvent.UpdateRuntimeFilters event.

For more information and examples, see Runtime filters.

Runtime Parameters🔗

Parameters allow users to visualize data by running different scenarios with adjustable values. You can use Parameters within formulas when analyzing your data via Search, Liveboards, or Answers.

Like runtime filters, Parameters can be applied on ThoughtSpot Liveboards and Answers prior to load. Developers can set runtime Parameters in the Visual Embed SDK for the following embed components:

After the object loads, Parameter values can be adjusted using the HostEvent.UpdateParameters event.

For more information and examples, see Runtime Parameters.