animesh - Thoughtspot like the way you recommen...
Thoughtspot like the way you recommended me to trigger
HostEvent.UpdateParameters
event instead of passing runtimeParameters
props to the LiveboardEmbed
react component. It seems to be working and giving desired results.
I was expecting to trigger HostEvent.UpdateFilters
event instead of passing runtimeFilters
props to LiveboardEmbed
react component, It is not working properly. Can you please have a look.1 Reply
Hey updateFiltesr and updateParameters will update the chip values present in the liveboard. ( which are filters )
Then you have runtimeFilters and runtimeparameters which aren't visible in the liveboard but you can apply to get the filtered output.
They also have their own updateRuntimeFilters and updateRuntimeParameters.
You can use them as per your usecase.
You can check the below doc : https://developers.thoughtspot.com/docs/filters-overview
Filters overview
ThoughtSpot has several layers of filters which have an order of precedence and different events