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
shikharTS
shikharTS•2w ago
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..
Valhalla
ValhallaOP•2w ago
are there any events I can use to control the explore modal?
shikharTS
shikharTS•2w ago
I don't think we have any. Will let @priyanshu.kumar also comment here
priyanshu.kumar
priyanshu.kumar•2w ago
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 ?
Valhalla
ValhallaOP•2w ago
I want to open the explore modal with a filter already selected
No description
Valhalla
ValhallaOP•2w ago
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
No description
shikharTS
shikharTS•2w ago
You can apply the filter first on liveboard and then use the explore host event? Won't that work out?

Did you find this page helpful?