I am working with embedded QuickSight dashboards in my web app. I would like to do the following, could you confirm if this is possible and offer some guidance please?
Scenario 1
QuickSight dashboard is embedded into a web page
The embedded dashboard includes a dropdown filter (e.g., team)
There is also a custom JavaScript chart on the web page
When a user selects a value in the QuickSight dropdown:
a. The quicksight embedded dashboard updates as expected
b. I want to capture the change from Quicksight dropdown so that I can update the JS
chart according to the value selected.
Scenario 2
Same setup: embedded dashboard + external JS chart on web app
This time, the dropdown is outside of QuickSight (some JS widget)
When a user selects a dropdown value from this JS widget:
a. I want to update the QuickSight embedded dashboard
The embedded dashboard includes a dropdown filter (e.g., team)
There is also a custom JavaScript chart on the web page
When a user selects a value in the QuickSight dropdown:
a. The quicksight embedded dashboard updates as expected
b. I want to capture the change from Quicksight dropdown so that I can update the JS
chart according to the value selected.