Tim - Hello 👋 I'm trying to programmatically o...
Hello 👋 I'm trying to programmatically open a filter on the explore modal in an embedded liveboard. I have tried using HostEvent.UpdateFilters and HostEvent.OpenFilter. I can't get either to work. I get a timeout error. Can these events control filters on the explore modal? Or are they for something else?
7 Replies
cc @priyanshu.kumar
I do not think these can open a filter on the explore modal. These events are there to be used on the liveboard modal..
are there any events I can use to control the explore modal?
I don't think we have any. Will let @priyanshu.kumar also comment here
Right @shikharTS The host event OpenFilters only supports opening Filter that are already added in Liveboard and Answer pages. What do we mean by explore modal here ?
@Valhalla Can you please send me a screenshot ?
I want to open the explore modal with a filter already selected

For context, my users don't really understand the power of the "Explore" button so I'm trying to make it a little more obvious what they can do... so I'm trying to add a custom action that says 'Filter by Vehicle Make' and clicking it will just open explore with the filter applied

You can apply the filter first on liveboard and then use the explore host event? Won't that work out?