Quicksight click event from visual to application

Hi i am using quicksight javascript SDK to embed visual using embedvisual method
i am embedding 4 visuals
each visual has miinimum of 2 to 4 filter controls to filter the data in the visual, im using setparamters property to filter the data in the visual.
problem:however for four visual i have almost 10 filter controls,
so i tried to display the filter controls that are need to selected visual only, but there is no event available, for that i have added a click event for the div element to which im binding my visual to, still the click event is not working(looks like click event will not be propagated to parent div or all the pointer events are consumed
is there any way that if i click on a visual i need to an event so that i will find which visual is clicked on display that specific visual filters

Hello @deepak_bandapati , welcome to the QuickSight community!

To my knowledge there isn’t a way to send a callback to open the filter controls from QuickSight. I would recommend recreating these in your application and passing the parameter values to your visuals.

Is it possible to add a event(may be clickevent) when user clicks on visual(any part of visual), in SDK in future tickets,
if i know which visual i have clicked on then i can do some manipulations to that visual from javascript SDK

1 Like

Hello @deepak_bandapati

I will mark this as a feature request for the QuickSight team!