Farzaneh - Hello, we're using multiple TS livea...

Hello, we're using multiple TS liveaboards integrated into our application, and there is a date filter on all these liveaboards. How can we keep the date filter synced among all the liveaboards? Also, we need to cache the last filter selected range and load the same date range on the next load. Is there any implemented solution in TS for this?
1 Reply
jbc
jbc3w ago
@Farzaneh You could use our filter based events to get the currently set filters and to update them. https://developers.thoughtspot.com/docs/embed-liveboard#_filters You could probably maintain your own state for the filters in your application and set values across all your embeds. And you can listen for any of the filter changes with this: https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_filterchanged
EmbedEvent
Event types emitted by the embedded ThoughtSpot application.
Embed a Liveboard
You can use the LiveboardEmbed SDK library to embed a ThoughtSpot Liveboard in your app and use it for live insights

Did you find this page helpful?